commit: 76a6106717a34d3b5a6c3733966f2a8919f62c99 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 08:47:07 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 08:48:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a61067
dev-ruby/actioncable: fix tests with no actioncable installed Closes: https://bugs.gentoo.org/938495 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/actioncable/actioncable-7.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/actioncable/actioncable-7.2.1.ebuild b/dev-ruby/actioncable/actioncable-7.2.1.ebuild index 529e2392bf65..9cd3bb6861a9 100644 --- a/dev-ruby/actioncable/actioncable-7.2.1.ebuild +++ b/dev-ruby/actioncable/actioncable-7.2.1.ebuild @@ -14,6 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" RUBY_FAKEGEM_EXTRAINSTALL="app" RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_TASK_TEST="-Ilib test" inherit ruby-fakegem
