Skip to content

Instantly share code, notes, and snippets.

@rstarmer
Created December 31, 2015 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rstarmer/af6b59389ea4ee2550fa to your computer and use it in GitHub Desktop.
Save rstarmer/af6b59389ea4ee2550fa to your computer and use it in GitHub Desktop.
Configuration description for the Rake/Rspec test environment
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