Skip to content

Commit 7389708

Browse files
committed
modify test helper path
1 parent 72ceba8 commit 7389708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Load the normal Rails helper
2-
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
2+
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
33

44
# Ensure that we are using the temporary fixture path
55
Engines::Testing.set_fixture_path
@@ -82,7 +82,7 @@ def visit_configuration_panel
8282
click_link 'Configure'
8383
assert_response :success
8484
end
85-
85+
8686
end
8787

8888
class ActionController::IntegrationTest

0 commit comments

Comments
 (0)