[DRE-commits] [bundler] 02/03: Expand testsuite to actually install a gem
zeha at debian.org
zeha at debian.org
Mon Aug 25 17:32:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository bundler.
commit e624e141e080c32a4d66a99c675e044e0b94ee52
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Mon Aug 25 19:19:43 2014 +0200
Expand testsuite to actually install a gem
---
debian/tests/testsuite | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 776cad2..7467883 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -4,6 +4,7 @@ mkdir tmp || exit 1
pushd tmp
bundle init
+echo 'gem "rails"' >> Gemfile
bundle
status=$?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git
More information about the Pkg-ruby-extras-commits
mailing list