Merge pull request #198 from Xenoamor/master

Fix bug where if folder "mocks" doesn't exist it fails
This commit is contained in:
Mark VanderVoord
2019-03-22 05:47:44 -04:00
committed by GitHub
+1 -3
View File
@@ -57,9 +57,7 @@ class CMockGenerator
private if $ThisIsOnlyATest.nil? ##############################
def create_mock_subdir()
if @subdir
@file_writer.create_subdir(@subdir)
end
@file_writer.create_subdir(@subdir)
end
def create_mock_header_file(parsed_stuff)