class Shoulda::Matchers::Integrations::TestFrameworks::MissingTestFramework

@private

def include(*modules, **options)

def include(*modules, **options)
end

def n_unit?

def n_unit?
  false
end

def present?

def present?
  false
end

def validate!

def validate!
  raise TestFrameworkNotConfigured, <<-EOT
o set a test framework. Please add the following to your
r:
atchers.configure do |config|
ntegrate do |with|
se one:
est_framework :rspec
est_framework :minitest    # or, :minitest_5
est_framework :minitest_4
est_framework :test_unit
  EOT
end