• M
    Module generator finishes for partially existing files · 7b51355e
    Matt Chernosky 提交于
    This resolves #219. When generating a new module, if all the files to
    generate already exist then it fails as before. If some of the files
    already exist, then the files that need to be created are created. Any
    existing files are not changed.
    
    Also added a bunch of tests for this feature via rspec. Run them from
    the test folder with `rake spec`.
    7b51355e
generate_module.rb 11.3 KB