Class: Shoulda::Matchers::Integrations::TestFrameworks::ActiveSupportTestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb

Instance Method Summary collapse

Instance Method Details

#include(*modules, **_options) ⇒ Object



12
13
14
# File 'lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb', line 12

def include(*modules, **_options)
  test_case_class.include(*modules)
end

#n_unit?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb', line 16

def n_unit?
  true
end

#present?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb', line 20

def present?
  true
end

#validate!Object



9
10
# File 'lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb', line 9

def validate!
end