Skip to content

Commit

Permalink
Remove stray curly brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Mar 23, 2012
1 parent 3d6b8a8 commit 7950d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shoulda/active_model/allow_value_matcher_spec.rb
Expand Up @@ -69,7 +69,7 @@

context "an AllowValueMatcher with multiple values" do
it "should describe itself" do
matcher = allow_value("foo", "bar").for(:baz) }
matcher = allow_value("foo", "bar").for(:baz)
matcher.description.should == 'allow baz to be set to any of ["foo", "bar"]'
end
end
Expand Down

0 comments on commit 7950d00

Please sign in to comment.