remove weird monkey patch in sessions controller #wtf
This commit is contained in:
parent
bb75458b74
commit
42a93f9490
1 changed files with 1 additions and 7 deletions
|
|
@ -2,13 +2,7 @@
|
|||
# licensed under the Affero General Public License version 3 or later. See
|
||||
# the COPYRIGHT file.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
class Object
|
||||
def id
|
||||
super
|
||||
end
|
||||
end
|
||||
require 'spec_helper'
|
||||
|
||||
describe SessionsController do
|
||||
include Devise::TestHelpers
|
||||
|
|
|
|||
Loading…
Reference in a new issue