4533: Move all controller tests into controllers/, merge overlapping class defs.
[arvados.git] / apps / workbench / test / test_helper.rb
index 58e540cbeb47d95814970436911e1db7e0bc857c..dbeb9aa05de1e539023e9ff341e41aaf1f470d84 100644 (file)
@@ -192,7 +192,7 @@ class ActionController::TestCase
   def check_counter action
     @counter += 1
     if @counter == 2
-      assert_equal 1, 2, "Multiple actions in functional test"
+      assert_equal 1, 2, "Multiple actions in controller test"
     end
   end