zevarito / route_dog

Watch and Notify your not tested routes of a RoR Application
MIT License
44 stars 1 forks source link

rake route_dog:clean doesn't actually clean #6

Closed be9 closed 12 years ago

be9 commented 13 years ago

route_dog / lib / tasks / tasks.rake:

File.delete("test/mock_app/tmp/route_dog_routes.yml") if File.exists? "test/mock_app/tmp/route_dog_routes.yml"

Cleans in the mock app, doesn't clean in real app.

zevarito commented 13 years ago

Thanks for reporting it, I will take care.

zevarito commented 13 years ago

@be9

I've pushed a fix for this to master, can you try it from there before release a new version? Thanks!