class Shoulda::Matchers::Integrations::TestFrameworks::ActiveSupportTestCase
@private
Attributes
Public Instance Methods
Source
# File lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb, line 12 def include(*modules, **_options) test_case_class.include(*modules) end
Source
# File lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb, line 16 def n_unit? true end
Source
# File lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb, line 20 def present? true end
Source
# File lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb, line 9 def validate! end
Private Instance Methods
Source
# File lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb, line 30 def test_case_class ActiveSupport::TestCase end