summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-04-01 20:23:18 -0700
committerStan Hu <stanhu@gmail.com>2017-04-01 22:49:22 -0700
commitc0564c549deaff44268622bfc26c81ec0c73dae7 (patch)
tree0a5c44f06a210c975ae17eed2fc96fe6378366a7 /spec/support
parent731d574d9359eca8cd37ef46e525bbc9603837a3 (diff)
downloadgitlab-ce-c0564c549deaff44268622bfc26c81ec0c73dae7.tar.gz
Fix Spinach and Capybara dependencies
Closes #30347
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/test_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb
index 9db489e9a9b..a19a35c2c0d 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -172,7 +172,7 @@ module TestEnv
def eager_load_driver_server
return unless defined?(Capybara)
- puts "Starting the Capybara driver' server..."
+ puts "Starting the Capybara driver server..."
Capybara.current_session.visit '/'
end