6002da8e6dbac7166547df2c651ddb1885455728
[arvados.git] / test / functional / collections_controller_test.rb
1 require 'test_helper'
2
3 class CollectionsControllerTest < 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