From 8e7f96c0e2258b7df97a523a724455a626de462f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Sun, 21 Dec 2014 22:28:24 +0100 Subject: [PATCH] Fix typo in selenium_spec_chrome.rb. [ci skip] --- spec/selenium_spec_chrome.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/selenium_spec_chrome.rb b/spec/selenium_spec_chrome.rb index 6aa4e358..5f6523fa 100644 --- a/spec/selenium_spec_chrome.rb +++ b/spec/selenium_spec_chrome.rb @@ -7,7 +7,7 @@ end class ChromeTestApp < TestApp # Object.id is different from the TestApp used in firefox session so - # a new Capybar::Server instance will get launched for chrome testing + # a new Capybara::Server instance will get launched for chrome testing end module TestSessions