Authlogic cruft removed

This commit is contained in:
Christoph Haas 2016-06-14 17:04:43 +02:00
parent 36f9ea3b6f
commit 6002cd56e0
6 changed files with 0 additions and 48 deletions

View file

@ -1,7 +0,0 @@
require "test_helper"
class UserSessionsControllerTest < ActionController::TestCase
def test_sanity
flunk "Need real tests"
end
end

View file

@ -1,7 +0,0 @@
require "test_helper"
class UserSessionsHelperTest < ActionView::TestCase
def test_sanity
flunk "Need real tests"
end
end