yeti / signals

MIT License
3 stars 4 forks source link

Issue #37: Deleting the signals_code folder after generator finishes #49

Closed walkingtowork closed 9 years ago

walkingtowork commented 9 years ago

@rmutter @baylee

Not sure if I should mock the os methods, but since the signals_code directory is actually created, I thought it made more sense to actually check for the existences of the directory rather than to mock the methods and check that they were called.

rmutter commented 9 years ago

@walkingtowork some quick organization notes

walkingtowork commented 9 years ago

@rmutter Changes made.