mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed functional test path problems #662
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@663 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
bb817f1ed4
commit
11ffeaf0bb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
require File.dirname(__FILE__) + <%= '/..' * class_nesting_depth %> + '/../test_helper'
|
||||
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
|
||||
require '<%= file_path %>_controller'
|
||||
|
||||
# Re-raise errors caught by the controller.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.dirname(__FILE__) + <%= '/..' * controller_class_nesting_depth %> + '/../test_helper'
|
||||
require File.dirname(__FILE__) + '<%= '/..' * controller_class_nesting_depth %>/../test_helper'
|
||||
require '<%= controller_file_path %>_controller'
|
||||
|
||||
# Re-raise errors caught by the controller.
|
||||
|
|
Loading…
Reference in a new issue