diff options
Diffstat (limited to 'dev-ruby/rantly')
-rw-r--r-- | dev-ruby/rantly/rantly-2.0.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ruby/rantly/rantly-2.0.0.ebuild b/dev-ruby/rantly/rantly-2.0.0.ebuild index 4c2e275a6cc1..933b123125c6 100644 --- a/dev-ruby/rantly/rantly-2.0.0.ebuild +++ b/dev-ruby/rantly/rantly-2.0.0.ebuild @@ -16,6 +16,10 @@ SLOT="$(ver_cut 1)" KEYWORDS="~amd64" IUSE="" +all_ruby_prepare() { + sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die +} + each_ruby_test() { ${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die } |