Module: ActiveSupport::Testing::Default
- Defined in:
- activesupport/lib/active_support/testing/default.rb
Overview
:nodoc:
Instance Method Summary (collapse)
-
- (Object) default_test
Placeholder so test/unit ignores test cases without any tests.
Instance Method Details
- (Object) default_test
Placeholder so test/unit ignores test cases without any tests.
5 6 |
# File 'activesupport/lib/active_support/testing/default.rb', line 5 def default_test end |