We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ceba8 commit 7389708Copy full SHA for 7389708
test/test_helper.rb
@@ -1,5 +1,5 @@
1
# Load the normal Rails helper
2
-require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
+require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
3
4
# Ensure that we are using the temporary fixture path
5
Engines::Testing.set_fixture_path
@@ -82,7 +82,7 @@ def visit_configuration_panel
82
click_link 'Configure'
83
assert_response :success
84
end
85
-
+
86
87
88
class ActionController::IntegrationTest
0 commit comments