Commit c7b01ae44a1d6cdd9f2c49cb0ccd6141d187074c
1 parent
61dfd21f
Exists in
master
and in
29 other branches
Finish move to global scope; most tests broken
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb
plugins/shopping_cart/test/functional/shopping_cart_plugin_controller_test.rb
1 | 1 | require File.dirname(__FILE__) + '/../../../../test/test_helper' |
2 | -require File.dirname(__FILE__) + '/../../controllers/shopping_cart_plugin_profile_controller' | |
2 | +require File.dirname(__FILE__) + '/../../controllers/shopping_cart_plugin_controller' | |
3 | 3 | |
4 | 4 | # Re-raise errors caught by the controller. |
5 | 5 | class ShoppingCartPluginController; def rescue_action(e) raise e end; end | ... | ... |