diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-09-19 07:42:45 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-09-19 07:42:45 +0200 |
commit | 21211425255cebdd0a517b9dec989f448b1a2727 (patch) | |
tree | b48213e818ed601341ba2f12cd7dfd8da54fab4b /dev-ruby/actiontext | |
parent | dev-ruby/asciidoctor-diagram: add 2.0.3 (diff) | |
download | gentoo-21211425255cebdd0a517b9dec989f448b1a2727.tar.gz gentoo-21211425255cebdd0a517b9dec989f448b1a2727.tar.bz2 gentoo-21211425255cebdd0a517b9dec989f448b1a2727.zip |
dev-ruby/actiontext: fix tests
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actiontext')
-rw-r--r-- | dev-ruby/actiontext/actiontext-6.0.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild b/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild index 49794bec3489..a228d2e2d075 100644 --- a/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild +++ b/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild @@ -40,7 +40,7 @@ ruby_add_bdepend "test? ( all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\)/ s:^:#:" \ -e '/:job/,/end/ s:^:#:' \ -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die rm ../Gemfile.lock || die |