aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/test_helpers/form_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/system_testing/test_helpers/form_helper.rb')
-rw-r--r--actionpack/lib/system_testing/test_helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/system_testing/test_helpers/form_helper.rb b/actionpack/lib/system_testing/test_helpers/form_helper.rb
index 4789694bbb..74a1516116 100644
--- a/actionpack/lib/system_testing/test_helpers/form_helper.rb
+++ b/actionpack/lib/system_testing/test_helpers/form_helper.rb
@@ -50,7 +50,7 @@ module SystemTesting
find(:field, name, visible: :all, checked: checked)
end
- def find_label_wrapper(field, location: './ancestor::label')
+ def find_label_wrapper(field, location: "./ancestor::label")
field.find :xpath, location
end
end