Class: OverrideTest
- Inherits:
-
ActiveSupport::TestCase
- Object
- ActiveSupport::TestCase
- OverrideTest
- Defined in:
- vendor/plugins/engines/test/unit/test_testing/override_test.rb,
vendor/plugins/engines/test/plugins/test_testing/test/unit/override_test.rb
Instance Method Summary
- - (Object) test_overrides_from_the_application_should_work
- - (Object) test_tests_within_the_plugin_should_still_run
Instance Method Details
- (Object) test_overrides_from_the_application_should_work
4 5 6 |
# File 'vendor/plugins/engines/test/unit/test_testing/override_test.rb', line 4 def test_overrides_from_the_application_should_work flunk "this test should be overridden by the app" end |
- (Object) test_tests_within_the_plugin_should_still_run
8 9 10 |
# File 'vendor/plugins/engines/test/plugins/test_testing/test/unit/override_test.rb', line 8 def test_tests_within_the_plugin_should_still_run assert true, "non-overridden plugin tests should still run" end |