grimen / dry_scaffold

Rails: A Rails scaffold generator that generates DRYer, cleaner, and more useful code. IMPORTANT: Not maintained anymore.
MIT License
124 stars 14 forks source link

It looks like mocha is a dependancy - that's not clear in the docs #10

Open darron opened 14 years ago

darron commented 14 years ago

Error:

http://gist.github.com/224488

Went away when I installed mocha:

sudo gem install mocha

Not sure if it's an issue with just my machine, but caused a bit of grief.

grimen commented 14 years ago

OK, it should not. Maybe that's one of the 3rd party patches applied. I'm busy with other projects now, but feel free to fork and patch this and I'll take time to review it. 8)

anshul commented 14 years ago

Yep the rspec generator seems to depend on mocha.