1
0
Fork 0
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:
Carlos Antonio da Silva 2009-11-22 23:22:41 -02:00
parent 10a70b8192
commit 91c184d69f

View file

@ -1,6 +1,6 @@
require 'test/test_helper'
class Authenticable < User
class Authenticatable < User
devise :authenticatable
end
@ -17,7 +17,7 @@ class Rememberable < User
end
class Timeoutable < User
devise :timeoutable
devise :authenticatable, :timeoutable
end
class Validatable < User