Created
October 5, 2014 13:20
-
-
Save andreypronin/79564244c761a00c18e3 to your computer and use it in GitHub Desktop.
Rakefile with 'spec' task
This file contains 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 '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