aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathname
diff options
context:
space:
mode:
Diffstat (limited to 'test/pathname')
-rw-r--r--test/pathname/test_pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb
index 86b85b894a..8f2445eacd 100644
--- a/test/pathname/test_pathname.rb
+++ b/test/pathname/test_pathname.rb
@@ -532,7 +532,7 @@ class TestPathname < Test::Unit::TestCase
def test_mountpoint?
r = Pathname("/").mountpoint?
- assert_includes([true, false], r)
+ assert_include([true, false], r)
end
def test_destructive_update