Skip to content

Commit

Permalink
Bump Mocha
Browse files Browse the repository at this point in the history
For compatibility with recent minitest
  • Loading branch information
byroot committed Nov 23, 2023
1 parent 51de85d commit 3284809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion identity_cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |gem|
gem.add_dependency("ar_transaction_changes", "~> 1.1")

gem.add_development_dependency("minitest", "~> 5.14")
gem.add_development_dependency("mocha", "~> 1.12")
gem.add_development_dependency("mocha", "~> 2.0")
gem.add_development_dependency("rake", "~> 13.0")
gem.add_development_dependency("spy", "~> 1.0")
end
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
DatabaseConnection.setup
CacheConnection.setup

MiniTest::Test = MiniTest::Unit::TestCase unless defined?(MiniTest::Test)
module IdentityCache
class TestCase < Minitest::Test
include ActiveRecordObjects
Expand Down

0 comments on commit 3284809

Please sign in to comment.