Skip to content

Commit 6e9c64a

Browse files
authored
Update reference to MiniTest -> Minitest (#17)
1 parent 95a2c8b commit 6e9c64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/meta_store_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def self.call(request); request.path_info.reverse end
182182
it 'purges meta store entry when the body does not exist' do
183183
store_simple_entry
184184
@entity_store.purge(@response.headers['x-content-digest'])
185-
mock = MiniTest::Mock.new
185+
mock = Minitest::Mock.new
186186
mock.expect :call, nil, [@store.cache_key(@request)]
187187
@store.stub(:purge, mock) do
188188
@store.lookup(@request, @entity_store)

0 commit comments

Comments
 (0)