[DRE-commits] [ruby-serverspec] 01/02: reuse Rakefile without the bundler part
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Jun 18 16:56:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-serverspec.
commit 3a8453c53a29981e1b94918e21295be8a0599b55
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Jun 14 17:24:11 2015 -0300
reuse Rakefile without the bundler part
---
debian/ruby-tests.rake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 0c75a56..cf59716 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,3 +1,3 @@
-load 'Rakefile'
+eval File.readlines('Rakefile').reject { |l| l =~ /require.*bundler/ }.join
task :default => 'spec:all'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-serverspec.git
More information about the Pkg-ruby-extras-commits
mailing list