Doc js files from jasmine.github.io should be part of CI build

[Finish #50572569]
This commit is contained in:
Gregg Van Hove and Tim Jarratt
2013-10-04 12:10:38 -07:00
parent 07e7ad2314
commit adde1b4a5b
3 changed files with 7 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ load "jasmine/tasks/jasmine.rake"
namespace :jasmine do
task :set_env do
ENV['JASMINE_CONFIG_PATH'] = 'spec/support/jasmine.yml'
ENV['JASMINE_CONFIG_PATH'] ||= 'spec/support/jasmine.yml'
end
end