Created
September 12, 2014 14:59
-
-
Save limhoff-r7/2ec6472af2c983f8ce40 to your computer and use it in GitHub Desktop.
Adding rake spec to Rakefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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