Skip to content

Commit

Permalink
Fixed usage of Minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
csampson committed Jul 27, 2023
1 parent 75d2c4f commit ea9cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/recurly/api/errors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
end

describe "when response assigned" do
let(:response) { MiniTest::Mock.new }
let(:response) { Minitest::Mock.new }
let(:error) { Recurly::API::ResponseError.new nil, response }

describe "when xml already cached" do
Expand Down

0 comments on commit ea9cd59

Please sign in to comment.