approve_reject_enterprise_test.rb 178 Bytes
require "#{File.dirname(__FILE__)}/../test_helper"

class ApproveRejectEnterpriseTest < ActionController::IntegrationTest
  all_fixtures

  def test_approving
    true
  end
end