Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nogates committed Dec 5, 2014
1 parent ba7b69b commit 3b53271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Then, create your Rspec shared example and name the examples accordingly
```ruby
# /my_project/shared_examples/apib_examples.rb

shared_examples 'my custom examples' do |vigia_example, response|
shared_examples 'my custom examples' do
it 'is a valid json response' do
expect { JSON.parse(result.body) }.not_to raise_error
end
Expand Down

0 comments on commit 3b53271

Please sign in to comment.