X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3270fbf5a3cbd121dad7327513d5a5866c3583c4..3fc2ff904c9df6e83bc229ac137989bc825e8530:/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 e4a249e07a..09dc0bb2d4 100644 --- a/apps/workbench/test/diagnostics_test_helper.rb +++ b/apps/workbench/test/diagnostics_test_helper.rb @@ -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