Fixed rake call on windows. Use --rakefile param.

This commit is contained in:
Christopher H. Laco 2011-02-03 11:20:33 -05:00
parent ac3dd5f69b
commit cf5642dd06
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ endfunction
function jasmine#run_tests()
let b:jasmine_root = jasmine#find_root()
execute "!rake ".b:jasmine_rakefile." jasmine:ci"
execute "!rake --rakefile=\"".b:jasmine_rakefile."\" jasmine:ci"
endfunction
function jasmine#redbar()