mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fixing tests after merge
This commit is contained in:
parent
10a70b8192
commit
91c184d69f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
require 'test/test_helper'
|
require 'test/test_helper'
|
||||||
|
|
||||||
class Authenticable < User
|
class Authenticatable < User
|
||||||
devise :authenticatable
|
devise :authenticatable
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ class Rememberable < User
|
||||||
end
|
end
|
||||||
|
|
||||||
class Timeoutable < User
|
class Timeoutable < User
|
||||||
devise :timeoutable
|
devise :authenticatable, :timeoutable
|
||||||
end
|
end
|
||||||
|
|
||||||
class Validatable < User
|
class Validatable < User
|
||||||
|
|
Loading…
Reference in a new issue