X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6e396b2923990f950bddb427fdf2258eba4b5adf..89fccf123374c67e738381ea840e3535b2d1074f:/apps/workbench/test/diagnostics_test_helper.rb diff --git a/apps/workbench/test/diagnostics_test_helper.rb b/apps/workbench/test/diagnostics_test_helper.rb index 09dc0bb2d4..c7433bb247 100644 --- a/apps/workbench/test/diagnostics_test_helper.rb +++ b/apps/workbench/test/diagnostics_test_helper.rb @@ -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