[DRE-commits] [ruby-stamp] 02/04: do not use bundler with cucumber specs
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Mar 4 12:56:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-stamp.
commit ee6ed8f567ccaa3be17ac2ed3e01128c61f908aa
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue Mar 4 13:47:08 2014 +0100
do not use bundler with cucumber specs
---
debian/ruby-tests.rake | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index bbb30ab..0dd9227 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,9 +1,7 @@
require 'cucumber/rake/task'
-Cucumber::Rake::Task.new(:features)
-
-Cucumber::Rake::Task.new('features:wip', 'Run Cucumber features that are a work in progress') do |t|
- t.profile = 'wip'
+Cucumber::Rake::Task.new(:features) do |t|
+ t.bundler = false
end
task :default => :features
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-stamp.git
More information about the Pkg-ruby-extras-commits
mailing list