Class: Shoulda::Matchers::Integrations::TestFrameworks::Minitest5
- Inherits:
-
Object
- Object
- Shoulda::Matchers::Integrations::TestFrameworks::Minitest5
- Defined in:
- lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb
Instance Method Summary collapse
Instance Method Details
#include(*modules, **_options) ⇒ Object
13 14 15 16 17 18 |
# File 'lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb', line 13 def include(*modules, **) test_case_class.class_eval do include(*modules) extend(*modules) end end |
#n_unit? ⇒ Boolean
20 21 22 |
# File 'lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb', line 20 def n_unit? true end |
#present? ⇒ Boolean
24 25 26 |
# File 'lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb', line 24 def present? true end |
#validate! ⇒ Object
10 11 |
# File 'lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb', line 10 def validate! end |