This commit is contained in:
George Guimarães 2012-02-17 19:15:46 -02:00
parent b0b01dae81
commit b190fa38c7
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class ValidatableTest < ActiveSupport::TestCase
assert_equal 'is too long (maximum is 128 characters)', user.errors[:password].join
end
test 'shuold not be included in objects with invalid API' do
test 'should not be included in objects with invalid API' do
assert_raise RuntimeError do
Class.new.send :include, Devise::Models::Validatable
end