orbit4-5/test/controllers/admin/authorizations_controller_t...

10 lines
178 B
Ruby

require 'test_helper'
class Admin::AuthorizationsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end