Skip to content

Instantly share code, notes, and snippets.

@nevalla
Created May 16, 2013 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nevalla/5591233 to your computer and use it in GitHub Desktop.
Save nevalla/5591233 to your computer and use it in GitHub Desktop.
Running Jasmine Headlessly
namespace :jasmine do
namespace :ci do
desc "Run Jasmine CI build headlessly"
task :headless do
Headless.ly do
puts "Running Jasmine Headlessly"
Rake::Task['jasmine:ci'].invoke
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment