Skip to content

Instantly share code, notes, and snippets.

@limhoff-r7
Created September 12, 2014 14:59
Show Gist options
  • Save limhoff-r7/2ec6472af2c983f8ce40 to your computer and use it in GitHub Desktop.
Save limhoff-r7/2ec6472af2c983f8ce40 to your computer and use it in GitHub Desktop.
Adding rake spec to Rakefile
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