diff options
author | Azul <azul@leap.se> | 2012-10-24 20:35:52 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-24 20:35:52 +0200 |
commit | 3e0a1a47c0eafb7f9b79e5f2765ea33ce1ad159b (patch) | |
tree | 8c69443d15f23b391cdb282f9194d293307c98e4 /users/test/test_helper.rb | |
parent | 3ba2e664a26e96a93c8640b57241af6386db361e (diff) |
basic admin controller methods and helpers + tests
Diffstat (limited to 'users/test/test_helper.rb')
-rw-r--r-- | users/test/test_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/test/test_helper.rb b/users/test/test_helper.rb index 08d4d41..ae6a35c 100644 --- a/users/test/test_helper.rb +++ b/users/test/test_helper.rb @@ -8,3 +8,6 @@ Rails.backtrace_cleaner.remove_silencers! # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } +class ActionController::TestCase + include AuthTestHelper +end |