From 9617ee0b41ff8c6f9933261a119f1631d41ad501 Mon Sep 17 00:00:00 2001 From: Stephen Ierodiaconou <stevegeek@gmail.com> Date: Mon, 7 Oct 2024 13:51:29 +0200 Subject: [PATCH] Oops, removed require by accident --- lib/quo/minitest/helpers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/quo/minitest/helpers.rb b/lib/quo/minitest/helpers.rb index e5c9e68..ccedf34 100644 --- a/lib/quo/minitest/helpers.rb +++ b/lib/quo/minitest/helpers.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require "minitest/mock" + require_relative "../testing/collection_backed_fake" require_relative "../testing/relation_backed_fake"