Class: Shoulda::Matchers::Integrations::Libraries::MissingLibrary

Inherits:
Object
  • Object
show all
Defined in:
lib/shoulda/matchers/integrations/libraries/missing_library.rb

Instance Method Summary collapse

Instance Method Details

#integrate_with(test_framework) ⇒ Object



9
10
# File 'lib/shoulda/matchers/integrations/libraries/missing_library.rb', line 9

def integrate_with(test_framework)
end

#rails?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/shoulda/matchers/integrations/libraries/missing_library.rb', line 12

def rails?
  false
end