Skip to content

Commit

Permalink
🐛 Restored :use_mocks default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jan 12, 2025
1 parent 5887701 commit b4f0ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ceedling/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4f0ad3

Please sign in to comment.