X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bd4bd0ddec7fd88f5fe905c87973aec4e3fb8681..ee367f165db323da5012eb22ab62a32f1512f37c:/test/functional/pipeline_invocations_controller_test.rb diff --git a/test/functional/pipeline_invocations_controller_test.rb b/test/functional/pipeline_invocations_controller_test.rb index 3d22b75b94..10dfae1081 100644 --- a/test/functional/pipeline_invocations_controller_test.rb +++ b/test/functional/pipeline_invocations_controller_test.rb @@ -1,7 +1,11 @@ require 'test_helper' class PipelineInvocationsControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end + + test "should get index" do + get :index + assert_response :success + assert_not_nil assigns(:objects) + end + end