Fix typo in selenium_spec_chrome.rb.

[ci skip]
This commit is contained in:
Josef Šimánek 2014-12-21 22:28:24 +01:00
parent 4161bbc560
commit 8e7f96c0e2
1 changed files with 1 additions and 1 deletions

View File

@ -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