diff --git a/Rakefile b/Rakefile index 566b631..33abd6d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,4 @@ +ENV['JASMINE_SELENIUM_CONFIG_PATH'] ||= 'spec/support/jasmine_selenium_runner.yml' require 'jasmine' require 'jasmine_selenium_runner' @@ -5,7 +6,6 @@ load 'jasmine/tasks/jasmine.rake' namespace :jasmine do task :set_env do - ENV['JASMINE_SELENIUM_CONFIG_PATH'] ||= 'spec/support/jasmine_selenium_runner.yml' ENV['JASMINE_CONFIG_PATH'] ||= 'spec/support/jasmine.yml' end end