minitest now generally works with Devise

This commit is contained in:
Christoph Haas 2016-07-22 16:03:50 +02:00
parent b2ffd0f063
commit 1ca187e0ed
5 changed files with 36 additions and 19 deletions

View file

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