Kristian Mandrup
2010-Jul-12 09:54 UTC
[rspec-users] New project: rspec_for_generators - toolbox for using RSpec 2 to test and spec Rails 3 generators
I have created a complete project where I have extracted all my RSpec 2 utilities, configurations, special matchers etc. for creating nice Rails 3 Generator specs. http://github.com/kristianmandrup/rspec_for_generators An example of use where all specs pass: http://github.com/kristianmandrup/canable Note: This was before I extracted the project so all the files are contained within the spec folder Please provide feedback, suggestions and fixes. Enjoy! Kristian