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

Commit

Permalink
Mocha 2.0+ compatibility
Browse files Browse the repository at this point in the history
The support for `require 'mocha/setup'` is long time deprecated and was
removed in Mocha 2.0:

freerange/mocha@642a0ff4
  • Loading branch information
voxik committed Aug 3, 2023
1 parent 27599f2 commit e9582e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-uuid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'test/unit'
require 'rubygems'
require 'uuid'
require 'mocha'
require 'mocha/test_unit'

class TestUUID < Test::Unit::TestCase

Expand Down

0 comments on commit e9582e1

Please sign in to comment.