Skip to content

Commit

Permalink
Update reference to MiniTest -> Minitest (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley authored Aug 24, 2023
1 parent 95a2c8b commit 6e9c64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meta_store_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def self.call(request); request.path_info.reverse end
it 'purges meta store entry when the body does not exist' do
store_simple_entry
@entity_store.purge(@response.headers['x-content-digest'])
mock = MiniTest::Mock.new
mock = Minitest::Mock.new
mock.expect :call, nil, [@store.cache_key(@request)]
@store.stub(:purge, mock) do
@store.lookup(@request, @entity_store)
Expand Down

0 comments on commit 6e9c64a

Please sign in to comment.