remove weird monkey patch in sessions controller #wtf

This commit is contained in:
Maxwell Salzberg 2012-02-25 17:41:16 -08:00
parent bb75458b74
commit 42a93f9490

View file

@ -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