[DRE-commits] [ruby-cucumber-rails] 04/08: skip generators tests

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 29 20:06:56 UTC 2015


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

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

commit 03ee636f13ee4ac577776e91d3bc44ddc39aadd4
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Oct 29 17:16:16 2015 -0200

    skip generators tests
---
 debian/ruby-tests.rake | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..ccc7730 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,7 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = './spec/**/*_spec.rb'
+  spec.pattern = './spec/cucumber/**/database_spec.rb'
+  # FIXME skipping generator tests, which need
+  # https://rubygems.org/gems/ammeter
 end

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



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