[DRE-commits] [berkshelf] 01/02: Don't use bundler when running cucumber

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Oct 13 14:06:16 UTC 2016


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

tsfgnu-guest pushed a commit to branch master
in repository berkshelf.

commit a218c5b0f3e6377a7e2fabcdccec5a449ce716c7
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Thu Oct 13 17:04:21 2016 +0300

    Don't use bundler when running cucumber
---
 debian/ruby-tests.rake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index e9c144d..63ac9bf 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -7,6 +7,7 @@ end
 require 'cucumber'
 require 'cucumber/rake/task'
 Cucumber::Rake::Task.new(:features) do |t|
+  t.bundler = false
   t.cucumber_opts = %W{
     features
     -x

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



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