Skip to content

Commit 7307ba5

Browse files
committed
Fix mocha/setup deprecation warning
1 parent fd350eb commit 7307ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/caching_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require "abstract_unit"
2-
require "mocha/setup"
2+
require "mocha/minitest"
33

44
CACHE_DIR = "test_cache"
55
# Don't change "../tmp" cavalierly or you might hose something you don't want hosed

0 commit comments

Comments
 (0)