From c78460289affe72ecf01abb5fe1b64bc6feb36c7 Mon Sep 17 00:00:00 2001 From: David Goudreau & Rajan Agaskar Date: Mon, 28 Dec 2009 15:45:15 -0800 Subject: [PATCH] trying to get saucelabs ci build to work --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 2bb0f6e..937d5c7 100644 --- a/Rakefile +++ b/Rakefile @@ -135,6 +135,7 @@ jasmine.version_= { desc "Run continuous integration tests using Sauce Labs 'Selenium in the Cloud'" task :saucelabs => 'jasmine:build' do + `cp ../saucelabs.yml ./spec` ENV['SAUCELABS'] = 'true' Rake::Task['jasmine:test:ci:local'].invoke end