Class: BackwardsCompatibilityTest
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- BackwardsCompatibilityTest
- Defined in:
- vendor/plugins/engines/test/unit/backwards_compat_test.rb
Instance Method Summary
Instance Method Details
- (Object) test_rails_module_plugin_method_should_delegate_to_engines_plugins
4 5 6 7 |
# File 'vendor/plugins/engines/test/unit/backwards_compat_test.rb', line 4 def test_rails_module_plugin_method_should_delegate_to_engines_plugins assert_nothing_raised { Rails.plugins } assert_equal Engines.plugins, Rails.plugins end |