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
1 changed files with 1 additions and 1 deletions

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