Skip to content

Instantly share code, notes, and snippets.

@txus
Created October 4, 2010 11:58
Show Gist options
  • Save txus/609587 to your computer and use it in GitHub Desktop.
Save txus/609587 to your computer and use it in GitHub Desktop.
require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end
task :default => :spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment