Created
December 31, 2015 10:21
-
-
Save rstarmer/af6b59389ea4ee2550fa to your computer and use it in GitHub Desktop.
Configuration description for the Rake/Rspec test environment
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' | |
require 'rspec/core/rake_task' | |
task :default => :spec | |
desc "Run our Spec" | |
RSpec::Core::RakeTask.new(:spec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment