class Shoulda::Matchers::Integrations::Libraries::Rails

@private

def integrate_with(test_framework)

def integrate_with(test_framework)
  Shoulda::Matchers.assertion_exception_class =
    ActiveSupport::TestCase::Assertion
  SUB_LIBRARIES.each do |name|
    library = Integrations.find_library!(name)
    library.integrate_with(test_framework)
  end
end