class Shoulda::Matchers::Integrations::Libraries::ActiveRecord

@private

def integrate_with(test_framework)

def integrate_with(test_framework)
  test_framework.include(matchers_module, type: :model)
  include_into(ActiveSupport::TestCase, matchers_module)
end

def matchers_module

def matchers_module
  Shoulda::Matchers::ActiveRecord
end