[DRE-commits] [ruby-org] 189/303: Add --format and --colour options to rspec output

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:55 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit 1d04ab7941447c79ee800156f68f5416c8ff8cb8
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Sat Oct 6 22:29:23 2012 +0900

    Add --format and --colour options to rspec output
---
 Rakefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile b/Rakefile
index dee90e3..db53d85 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,7 @@ require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
   spec.pattern = FileList['spec/**/*_spec.rb']
+  spec.rspec_opts = ["--format", "documentation", "--colour"]
 end
 
 task :default => 'spec'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list