Skip to content

Instantly share code, notes, and snippets.

@nevalla
Created May 16, 2013 11:55
Show Gist options
  • Select an option

  • Save nevalla/5591233 to your computer and use it in GitHub Desktop.

Select an option

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
@nevalla
Copy link
Copy Markdown
Author

nevalla commented May 16, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment