mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
typo
This commit is contained in:
parent
b0b01dae81
commit
b190fa38c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue