Skip to content

Instantly share code, notes, and snippets.

@andreypronin
Created October 5, 2014 13:20
Show Gist options
  • Save andreypronin/79564244c761a00c18e3 to your computer and use it in GitHub Desktop.
Save andreypronin/79564244c761a00c18e3 to your computer and use it in GitHub Desktop.
Rakefile with 'spec' task
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
desc "Run RSpec tests (use rake spec SPEC_OPTS='...' to pass rspec options)"
RSpec::Core::RakeTask.new(:spec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment