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

Temporarily don't run remote selenium specs

I'm experiencing a problem with this causing some
unrelated specs to hang. Until I figure out why
I'm going to disable this. I've spent way too much
time on this already. Need to be pragmatic.
This commit is contained in:
Jonas Nicklas 2010-09-26 17:58:17 +02:00
parent 0c505d9cee
commit 0bf8796829

View file

@ -2,7 +2,7 @@ require 'spec_helper'
describe Capybara::Driver::Selenium do
before do
Capybara.app_host = "http://capybara-testapp.heroku.com"
#Capybara.app_host = "http://capybara-testapp.heroku.com"
@driver = TestSessions::Selenium.driver
end