Merge branch 'master' into 10081-cwl-run-same-job
[arvados.git] / apps / workbench / test / controllers / jobs_controller_test.rb
index 609e58c1c2dd72a863dd14037ce3a1eb441d30a7..1e2643526de415df8ac20eb4cad9a510f8b90732 100644 (file)
@@ -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