]> git.arvados.org - arvados.git/blob - services/api/test/functional/pipeline_instances_controller_test.rb
add Human resource
[arvados.git] / services / api / test / functional / pipeline_instances_controller_test.rb
1 require 'test_helper'
2
3 class PipelineInstancesControllerTest < ActionController::TestCase
4
5   test "should get index" do
6     get :index
7     assert_response :success
8     assert_not_nil assigns(:objects)
9   end
10
11 end