From b4f0ad3a806d42c23d5118a1233b483b1416c426 Mon Sep 17 00:00:00 2001 From: Michael Karlesky Date: Sat, 11 Jan 2025 23:00:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Restored=20:use=5Fmocks=20defaul?= =?UTF-8?q?t=20to=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ceedling/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ceedling/defaults.rb b/lib/ceedling/defaults.rb index 1c05352d..8d26fa55 100644 --- a/lib/ceedling/defaults.rb +++ b/lib/ceedling/defaults.rb @@ -307,7 +307,7 @@ DEFAULT_CEEDLING_PROJECT_CONFIG = { :project => { # :build_root must be set by user - :use_mocks => false, + :use_mocks => true, :use_exceptions => false, :compile_threads => 1, :test_threads => 1,