public
Description: A Haml Scaffolding Generator for RSpec
Homepage: http://blog.citrusbyte.com/2008/3/11/what-s-that-rspec-haml-scaffolds-yes-it-is
Clone URL: git://github.com/dfischer/rspec-haml-scaffold-generator.git
Search Repo:
100644 12 lines (8 sloc) 0.458 kb
1
2
3
4
5
6
7
8
9
10
11
12
RSpec Haml Scaffold Generator
====
 
This is an uber version of the RSpec Scaffold Generator, the following things have been added:
 
Support for Haml instead of erb
Nested routes (nested tests/migrations)
 
Examples:
 
  ./script generate rspec_haml_scaffold post # no attributes, view will be anemic
  ./script generate rspec_haml_scaffold post attribute:string attribute:boolean # this is actually broken at the moment, don't do this !!! Feel free to patch it