diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-28 11:32:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-28 12:21:50 +0200 |
commit | 834f09d20632a7591b24a6f7a9dcd63b0da37ea7 (patch) | |
tree | bf962e7196a061bfde188586d8eae3977db81f83 /dev-ruby/connection_pool | |
parent | dev-ruby/test_declarative: add ruby23 (diff) | |
download | gentoo-834f09d20632a7591b24a6f7a9dcd63b0da37ea7.tar.gz gentoo-834f09d20632a7591b24a6f7a9dcd63b0da37ea7.tar.bz2 gentoo-834f09d20632a7591b24a6f7a9dcd63b0da37ea7.zip |
dev-ruby/connection_pool: fix tests
Use a consistent minitest version for tests.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.2.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild index e620b0709d2a..602a99b34e32 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild @@ -24,4 +24,5 @@ ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" all_ruby_prepare() { sed -i -e '/git ls-files/d' connection_pool.gemspec || die sed -i -e '/bundler/d' Rakefile || die + sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb || die } |