mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user