Skip to content

Commit

Permalink
color/specdoc output for rspec task
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Oct 10, 2009
1 parent c05a822 commit 3869c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -23,6 +23,7 @@ require 'spec/rake/spectask'
Spec::Rake::SpecTask.new(:spec) do |spec|
spec.libs << 'lib' << 'spec'
spec.spec_files = FileList['spec/**/*_spec.rb']
spec.spec_opts = ['--color', '--format=specdoc']
end

task :spec => :check_dependencies
Expand Down

0 comments on commit 3869c4b

Please sign in to comment.