diff options
-rw-r--r-- | dev-ruby/pundit/pundit-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pundit/pundit-2.1.1.ebuild b/dev-ruby/pundit/pundit-2.1.1.ebuild index aabad7105e01..aa5c64669fdb 100644 --- a/dev-ruby/pundit/pundit-2.1.1.ebuild +++ b/dev-ruby/pundit/pundit-2.1.1.ebuild @@ -23,5 +23,5 @@ ruby_add_bdepend "test? ( >=dev-ruby/actionpack-3.0.0 >=dev-ruby/activemodel-3.0.0 )" all_ruby_prepare() { - sed -i -e "/pry/d" spec/spec_helper.rb || die + sed -i -e "/pry/d" -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die } |