[DRE-commits] [ruby-cucumber-wire] 04/08: Run cucumber tests

Stefano Rivera stefano at rivera.za.net
Fri Jul 22 18:42:10 UTC 2016


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

stefanor pushed a commit to branch master
in repository ruby-cucumber-wire.

commit 8384223c17292b1c79161099f34251ab8ae8dda9
Author: Stefano Rivera <stefano at rivera.za.net>
Date:   Thu Jul 21 16:28:10 2016 -0700

    Run cucumber tests
---
 debian/ruby-tests.rake | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..7083f01 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,13 @@
+require 'cucumber'
+require 'cucumber/rake/task'
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
   spec.pattern = './spec/**/*_spec.rb'
 end
+
+Cucumber::Rake::Task.new do |t|
+  t.bundler = false
+  t.binary = '/usr/bin/cucumber'
+  t.cucumber_opts = ['-f', 'progress', '--strict', 'features']
+end

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



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