jasoares/ruby-learning-tests

Rakefile clean task

Closed this issue · 1 comments

Files produced by running tests are not removed in a Rakefile clean task

Solved in a different way, by adding a temp folder and using gitignore to not commit test generated files from this folder.