Merge branch 'master' into 9372-container-display
[arvados.git] / apps / workbench / test / test_helper.rb
index 41592af993261b6affd55fa6cba0f05780d475ec..78ef2d21f1a15a106c000710c440984b5a210b16 100644 (file)
@@ -233,12 +233,12 @@ end
 
 class ActionController::TestCase
   setup do
-    @counter = 0
+    @test_counter = 0
   end
 
   def check_counter action
-    @counter += 1
-    if @counter == 2
+    @test_counter += 1
+    if @test_counter == 2
       assert_equal 1, 2, "Multiple actions in controller test"
     end
   end