approve_reject_enterprise_test.rb 161 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 require_relative "../test_helper" class ApproveRejectEnterpriseTest < ActionController::IntegrationTest all_fixtures def test_approving true end end