mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user