Skip to content

Commit

Permalink
Make final RSPec pass
Browse files Browse the repository at this point in the history
  • Loading branch information
danascheider committed May 22, 2016
1 parent a116b27 commit 5b44de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/rspec/example_group_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
describe "#render" do
it "interpolates the correct values" do
aggregate_failures do
expect(subject.render).to include("describe \"#{raml.resources.first.methods.first.method}\" do")
expect(subject.render).to include("describe \"#{raml.resources.first.methods.first.method.upcase}\" do")
expect(subject.render).to include('describe "GET" do')
end
end
Expand Down

0 comments on commit 5b44de1

Please sign in to comment.