Skip to content

Commit

Permalink
Merge pull request #18 from lukerollans/master
Browse files Browse the repository at this point in the history
Fix syntax error in usage example
  • Loading branch information
bogdan committed Mar 14, 2015
2 parents db7c373 + 92a5b29 commit 5445c22
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 @@ -14,7 +14,7 @@ Read the [original blog post](http://gusiev.com/2010/06/ultimate-rspec-matcher-t

```ruby
describe User do
describe "validation"
describe "validation" do
subject(:user) { User.new }

it { should accept_values_for(:email, "john@example.com", "jane@example.org") }
Expand Down

0 comments on commit 5445c22

Please sign in to comment.