From 9571737af0f8ce2c159a6ac3a86fffd42e9875df Mon Sep 17 00:00:00 2001 From: Giovanne Marcelo <gms15@inf.ufpr.br> Date: Mon, 11 Apr 2016 11:54:40 -0300 Subject: [PATCH] adding institution users test --- test/controllers/v1/institutions_controller_test.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/controllers/v1/institutions_controller_test.rb b/test/controllers/v1/institutions_controller_test.rb index f1e28227..ba90ef5d 100644 --- a/test/controllers/v1/institutions_controller_test.rb +++ b/test/controllers/v1/institutions_controller_test.rb @@ -61,6 +61,8 @@ class V1::InstitutionControllerTest < ActionController::TestCase assert_response :unauthorized end - + test 'should user show institution users' do + skip('Unsolved issue: ArgumentError: wrong number of arguments (2 for 0)') + end end -- GitLab