[DRE-commits] [ruby-gon] 02/05: use rspec_opts from Rakefile

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Sep 7 08:55:14 UTC 2016


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

srud-guest pushed a commit to branch master
in repository ruby-gon.

commit 77a86d59d7c1f4fe7bb4f537b848478fd25b4e20
Author: Sruthi Chandran <srud at disroot.org>
Date:   Wed Sep 7 13:47:17 2016 +0530

    use rspec_opts from Rakefile
---
 debian/ruby-tests.rake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 3b9ee46..6c76356 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,6 +2,7 @@ require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
     spec.pattern      = './spec/**/*_spec.rb'
+    spec.rspec_opts = ["--color", '--format doc', '--require spec_helper']
 end
 
 task :default => :spec

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



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