1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

consistency

This commit is contained in:
Dan Croak 2010-12-15 18:48:29 -05:00
parent b62be03351
commit 8cbf94b287

View file

@ -31,7 +31,7 @@ Matchers to test associations and validations:
it { should_not allow_mass_assignment_of(:password) }
end
=== Controller Matchers
=== ActionController Matchers
Matchers to test common patterns: