3 class CollectionsApiTest < ActionDispatch::IntegrationTest
6 test "should get index" do
7 get "/arvados/v1/collections", :format => :json
8 @json_response ||= ActiveSupport::JSON.decode @response.body
9 assert_response :success
10 assert_equal "arvados#collectionList", @json_response['kind']