diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-21 21:51:50 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-21 21:51:50 -0600 |
| commit | 802e38c704c8a2534a4d489ff18d14e62460c437 (patch) | |
| tree | fecf1d432fa0e98cc8a7ff9345913a86b311632e /spec/support | |
| parent | a3704519c208785022c281d2add669d7b13887c0 (diff) | |
move creations#mine to my/cakes.
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/devise.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/devise.rb b/spec/support/devise.rb index a93ffaff..20d8a4e9 100644 --- a/spec/support/devise.rb +++ b/spec/support/devise.rb @@ -4,6 +4,7 @@ module DeviseHelper gateway = fake gateway.stub(:authenticate).and_return(user) gateway.stub(:authenticate!).and_return(user) + gateway.stub(:authenticate?).and_return(user) request.env['warden'] = gateway end end |
