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

dont run chrome for jruby

This commit is contained in:
Thomas Walpole 2013-11-26 10:33:33 -08:00
parent ac1cf04b29
commit 892e120416

View file

@ -18,4 +18,4 @@ Capybara::SpecHelper.run_specs TestSessions::Chrome, "selenium_chrome", :skip =>
:response_headers,
:status_code,
:trigger
]
] unless ENV['TRAVIS'] && (RUBY_PLATFORM == 'java')