mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-26 04:59:57 +00:00
Fix same bug as PR #354, but as one line.
This commit is contained in:
@@ -48,7 +48,7 @@ describe CMockGenerator, "Verify CMockGenerator Module" do
|
||||
@config.expect :enforce_strict_ordering, nil
|
||||
@config.expect :framework, :unity
|
||||
@config.expect :includes, ["ConfigRequiredHeader1.h","ConfigRequiredHeader2.h"]
|
||||
#@config.expect :includes_h_pre_orig_header, nil #not called because includes called
|
||||
@config.expect :includes_h_pre_orig_header, nil
|
||||
@config.expect :includes_h_post_orig_header, nil
|
||||
@config.expect :includes_c_pre_header, nil
|
||||
@config.expect :includes_c_post_header, nil
|
||||
|
||||
Reference in New Issue
Block a user