Skip to content

Instantly share code, notes, and snippets.

@samanthamjohn
Created March 6, 2012 07:27
Show Gist options
  • Save samanthamjohn/1984634 to your computer and use it in GitHub Desktop.
Save samanthamjohn/1984634 to your computer and use it in GitHub Desktop.
Rakefile to run both jasmine and specs.
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
task :default => ['spec', 'jasmine:ci']
Hopscotch::Application.load_tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment