tests: update gems to latest versions.
Also fix a few things that broke under shoulda-matchers 3.1.1.
This commit is contained in:
@@ -1330,7 +1330,7 @@ class PostTest < ActiveSupport::TestCase
|
||||
subject { @post }
|
||||
|
||||
should_not allow_value("S", "safe", "derp").for(:rating)
|
||||
should_not allow_value("s", "q", "e").for(:rating)
|
||||
should_not allow_value("s", "e").for(:rating)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user