class Shoulda::Matchers::Integrations::Libraries::MissingLibrary

@private

Public Instance Methods

integrate_with(test_framework) click to toggle source
# File lib/shoulda/matchers/integrations/libraries/missing_library.rb, line 9
def integrate_with(test_framework)
end
rails?() click to toggle source
# File lib/shoulda/matchers/integrations/libraries/missing_library.rb, line 12
def rails?
  false
end