[DRE-commits] [ruby-foreman] 11/13: debian/ruby-tests.rake: pass rspec options for a verbose test log

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Jul 19 14:11:06 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-foreman.

commit 6bbbb4aa0bed5221e2c13c7cec998a42134df281
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jul 19 10:50:09 2016 -0300

    debian/ruby-tests.rake: pass rspec options for a verbose test log
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b2a3122..a61e625 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ ruby-foreman (0.82.0-1) unstable; urgency=medium
     so there is no point in providing API documentation.
   * debian/tests/control: also run unit tests
   * New build-dependency: ruby-bundler
+  * debian/ruby-tests.rake: pass rspec options for a verbose test log
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 19 Jul 2016 09:33:32 -0300
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 3e02fbb..3589749 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,5 @@ require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
   spec.pattern = './spec/**/*_spec.rb'
-  spec.rspec_opts = '--seed 47932'
+  spec.rspec_opts = '--format doc --backtrace --seed 47932'
 end

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



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