approve_reject_enterprise_test.rb 161 Bytes
require_relative "../test_helper"

class ApproveRejectEnterpriseTest < ActionController::IntegrationTest
  all_fixtures

  def test_approving
    true
  end
end