diff --git a/lib/tasks/cruise.rake b/lib/tasks/cruise.rake index 5821c28b9..484f68afd 100644 --- a/lib/tasks/cruise.rake +++ b/lib/tasks/cruise.rake @@ -4,7 +4,7 @@ namespace :cruise do puts "Starting virtual display..." `sh -e /etc/init.d/xvfb start` puts "Starting specs..." - system('export DISPLAY=:99.0 && export SELENIUM_SERVER_PORT=53809 && bundle exec rake') + system('export DISPLAY=:99.0 && bundle exec rake') exit_status = $?.exitstatus puts "Stopping virtual display..." `sh -e /etc/init.d/xvfb stop`