Skip to content

Instantly share code, notes, and snippets.

@mtrudel
Created July 3, 2012 17:22
Show Gist options
  • Save mtrudel/3041166 to your computer and use it in GitHub Desktop.
Save mtrudel/3041166 to your computer and use it in GitHub Desktop.
require "bundler/gem_tasks"
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new('spec')
# If you want to make this the default task
task :default => :spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment