I like the idea of this gem and I loathe having full Rails apps in my test suite so I thought I would give it a go testing my sitemap_generator gem. I want to test that the rake tasks are working properly and am having some issues. There is no 'environment' task and for some reason my gem's rake tasks which are supposed to be loaded by Railtie, are not being loaded.
Do you have any plans to add support for running rake tasks or have any pointers?
I like the idea of this gem and I loathe having full Rails apps in my test suite so I thought I would give it a go testing my sitemap_generator gem. I want to test that the rake tasks are working properly and am having some issues. There is no 'environment' task and for some reason my gem's rake tasks which are supposed to be loaded by Railtie, are not being loaded.
Do you have any plans to add support for running rake tasks or have any pointers?