Another attempt to fix the misterious loading helpers bug.

This commit is contained in:
José Valim
2011-10-18 08:35:19 +02:00
parent c698e44d10
commit 3834f36d40
5 changed files with 13 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ class HelpersTest < ActionController::TestCase
end
test 'resources methods are not controller actions' do
assert @controller.class.action_methods.empty?, "Expected empty, got #{@controller.class.action_methods.inspect}"
assert @controller.class.action_methods.empty?
end
test 'require no authentication tests current mapping' do