environment_role_manager_controller_test.rb 231 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 require_relative "../test_helper" require 'environment_role_manager_controller' class EnvironmentRoleManagerControllerTest < ActionController::TestCase def setup @controller = EnvironmentRoleManagerController.new end end