[DRE-commits] [ruby-specinfra] 03/04: debian/ruby-tests.rake: reuse Rakefile without the bundler part
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Jun 18 12:46:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-specinfra.
commit 08e3c9e69641b0503ce0d5f1a7c8bc3e899f253e
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Jun 14 17:22:53 2015 -0300
debian/ruby-tests.rake: 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-specinfra.git
More information about the Pkg-ruby-extras-commits
mailing list