summaryrefslogtreecommitdiff
path: root/dev-ruby/stringex/stringex-2.8.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-12 20:20:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-12 20:20:47 +0100
commit3d952d0bfe7b386699eb32d1431deb0c538f044d (patch)
tree45d2492f5c659cbb01120d4192c9be34841362bd /dev-ruby/stringex/stringex-2.8.6.ebuild
parent522b6bf7e1f6133c288b94a77fc5e3d8eef2c179 (diff)
gentoo auto-resync : 12:06:2023 - 20:20:47
Diffstat (limited to 'dev-ruby/stringex/stringex-2.8.6.ebuild')
-rw-r--r--dev-ruby/stringex/stringex-2.8.6.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/stringex/stringex-2.8.6.ebuild b/dev-ruby/stringex/stringex-2.8.6.ebuild
index 4bb6bb22166f..7ed8394bd137 100644
--- a/dev-ruby/stringex/stringex-2.8.6.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.6.ebuild
@@ -28,5 +28,8 @@ each_ruby_prepare() {
einfo "Testing activerecord integration"
else
rm -f test/unit/acts_as_url_integration_test.rb || die
+ # These tests fails when the acts_as_url code is not loaded
+ # through the above integration test.
+ rm -f test/unit/unicode_point_suite/basic_{greek,latin}_test.rb || die
fi
}