X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cedbb7fc9b07c25ccd57e991c61f5730ebf8c4bb..210889a5400ac6ef247078af14c0766f3639b988:/apps/workbench/test/controllers/jobs_controller_test.rb diff --git a/apps/workbench/test/controllers/jobs_controller_test.rb b/apps/workbench/test/controllers/jobs_controller_test.rb index 609e58c1c2..1e2643526d 100644 --- a/apps/workbench/test/controllers/jobs_controller_test.rb +++ b/apps/workbench/test/controllers/jobs_controller_test.rb @@ -1,4 +1,8 @@ require 'test_helper' class JobsControllerTest < ActionController::TestCase + test "visit jobs index page" do + get :index, {}, session_for(:active) + assert_response :success + end end