Skip to content

Instantly share code, notes, and snippets.

@lukeholder
Created February 21, 2013 03:30
Show Gist options
  • Save lukeholder/5001816 to your computer and use it in GitHub Desktop.
Save lukeholder/5001816 to your computer and use it in GitHub Desktop.
#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment