Authenticate against auth.clinicalfuture.com
[arvados.git] / test / functional / pipeline_invocations_controller_test.rb
index 3d22b75b9468ef300c2abb5c2bc456b8b14001b9..10dfae1081702082b58fb47a2bda8a707cc75036 100644 (file)
@@ -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