[DRE-commits] [ruby-concurrent] 01/03: Specify seed for running tests

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon Sep 12 05:35:30 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-concurrent.

commit ad14a0201fab52c67ec44e988bc1935fdc83ac50
Author: Balasankar C <balasankarc at autistici.org>
Date:   Mon Sep 12 10:52:00 2016 +0530

    Specify seed for running tests
---
 debian/ruby-tests.rake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index e87bb49..fe262d2 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.rspec_opts = '--color --backtrace --format documentation --seed 1'
   spec.pattern = './spec/concurrent/*_spec.rb'
 end

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



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