Merge branch 'master' into 9372-container-display
[arvados.git] / apps / workbench / test / diagnostics_test_helper.rb
index 09dc0bb2d4b08332126c6e5524e8cbf14929d082..c7433bb247450464fb42fa780e309ce09fdb27b7 100644 (file)
@@ -6,7 +6,7 @@ require 'yaml'
 # will not be executed.
 
 # Command to run diagnostics tests:
-#   RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/*.rb
+#   RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/**/*.rb
 
 class DiagnosticsTest < ActionDispatch::IntegrationTest
 
@@ -29,9 +29,4 @@ class DiagnosticsTest < ActionDispatch::IntegrationTest
     end
   end
 
-  # Diagnostics tests never want to reset the database fixtures.
-  protected
-  def self.reset_api_fixtures_now
-  end
-
 end