1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #1458 from simi/patch-1

Fix typo in selenium_spec_chrome.rb.
This commit is contained in:
Thomas Walpole 2015-01-14 10:48:36 -08:00
commit bcde288585

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