refs #4754
[arvados.git] / apps / workbench / test / diagnostics_test_helper.rb
index e4a249e07ab1c36ce6c9c0e6510e6be1b0698005..09dc0bb2d4b08332126c6e5524e8cbf14929d082 100644 (file)
@@ -5,6 +5,9 @@ require 'yaml'
 # When "RAILS_ENV=test" is used, tests in the "diagnostics" directory
 # will not be executed.
 
+# Command to run diagnostics tests:
+#   RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/*.rb
+
 class DiagnosticsTest < ActionDispatch::IntegrationTest
 
   # Prepends workbench URL to the path provided and visits that page
@@ -28,6 +31,7 @@ class DiagnosticsTest < ActionDispatch::IntegrationTest
 
   # Diagnostics tests never want to reset the database fixtures.
   protected
-  def self.reset_api_fixtures_now end
+  def self.reset_api_fixtures_now
+  end
 
 end