Skip to content

Instantly share code, notes, and snippets.

@foca
Created November 7, 2008 03:45
Show Gist options
  • Save foca/22774 to your computer and use it in GitHub Desktop.
Save foca/22774 to your computer and use it in GitHub Desktop.
Spec::Rake::SpecTask.new(:spec) do |t|
t.spec_opts = ["--color", "--format", "specdoc"]
t.spec_files = Dir['spec/**/*_spec.rb'].sort
t.libs = ['lib']
t.rcov = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment