fix some tests

This commit is contained in:
Reinier Balt 2010-10-24 23:19:11 +02:00
parent fb39d841a7
commit 8697fd2035
4 changed files with 12 additions and 7 deletions

View file

@ -11,9 +11,9 @@ if ENV["RAILS_ENV"] == "selenium"
config.selenium_browser_startup_timeout = 30
# use only if you run a separate selenium server instance and do not
# want webrat to start one for you
config.selenium_server_address = "localhost"
# config.selenium_server_address = "localhost"
# config.selenium_server_port = "4444"
end
Cucumber::Rails::World.use_transactional_fixtures = false
end
end