Commit 92121b8a240af77712b770d5efba06ef70efb6fb
1 parent
6bc22cb6
Exists in
master
Strange missing paths
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
test/functional/account_controller_plugin_test.rb
1 | -require File.dirname(__FILE__) + '/../test_helper' | 1 | +require_relative '../test_helper' |
2 | 2 | ||
3 | # Re-raise errors caught by the controller. | 3 | # Re-raise errors caught by the controller. |
4 | class AccountController; def rescue_action(e) raise e end; end | 4 | class AccountController; def rescue_action(e) raise e end; end |
test/test_helper.rb