Displaying 1 result from an estimated 1 matches for "fred_controller_test".
2006 Jan 12
2
Engines issue: rake test_plugins failing when it shouldn''t
...end
Requesting /fred/hello still gives the correct page (as it should),
but now ''rake test_plugins'' fails with:
1) Error:
test_hello(FredControllerTest):
ActionController::UnknownAction: No action responded to hello
...
./vendor/plugins/my_engine/test/functional/
fred_controller_test.rb:16:in `test_hello''
In other words, as soon as I define a controller in the app that is
the same as a controller in the plugin, the engine tests use only the
code from the app and not the code from the plugin. I would have
thought they''d use both (as the running app does)...