Skip to content

Instantly share code, notes, and snippets.

@ToadJamb
Last active December 19, 2015 02:59
Show Gist options
  • Save ToadJamb/5886982 to your computer and use it in GitHub Desktop.
Save ToadJamb/5886982 to your computer and use it in GitHub Desktop.
# rakefile
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new :specs do |task|
task.pattern = Dir['spec/**/*_spec.rb']
end
task :default => ['specs']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment