mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-14 06:09:58 +00:00
arrayify helper path within cmock
This commit is contained in:
@@ -58,6 +58,7 @@ class CMockConfig
|
||||
end
|
||||
end
|
||||
options[:unity_helper_path] ||= options[:unity_helper]
|
||||
options[:unity_helper_path] = [options[:unity_helper_path]] if options[:unity_helper_path].is_a? String
|
||||
options[:plugins].compact!
|
||||
options[:plugins].map! {|p| p.to_sym}
|
||||
@options = options
|
||||
|
||||
Reference in New Issue
Block a user