Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 43a1209

Browse files
committed
Mocha 2.0+ compatibility
The support for `require 'mocha'` is long time deprecated and was removed in Mocha 2.0: freerange/mocha@642a0ff4
1 parent 27599f2 commit 43a1209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-uuid.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'test/unit'
88
require 'rubygems'
99
require 'uuid'
10-
require 'mocha'
10+
require 'mocha/test_unit'
1111

1212
class TestUUID < Test::Unit::TestCase
1313

0 commit comments

Comments
 (0)