public
Description: Rails generators which produce tests using shoulda instead of straight up Test::Unit. Other goodies as well.
Homepage:
Clone URL: git://github.com/technicalpickles/shoulda_generator.git
Tue Jan 06 15:20:34 -0800 2009
commit  5fa7c797038faf5cc9d7fa433b0910006936aa7c
tree    3693c65a32e666ed521b9d2d99d2d7e66cde57d6
parent  eb7281d678d095de00e4f68549806f977b1c944d
shoulda_generator / Manifest
100644 33 lines (32 sloc) 1.737 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
rails_generators/shoulda_model/shoulda_model_generator.rb
rails_generators/shoulda_model/templates/factory.rb
rails_generators/shoulda_model/templates/fixtures.yml
rails_generators/shoulda_model/templates/migration.rb
rails_generators/shoulda_model/templates/model.rb
rails_generators/shoulda_model/templates/unit_test.rb
rails_generators/shoulda_model/USAGE
rails_generators/shoulda_scaffold/shoulda_scaffold_generator.rb
rails_generators/shoulda_scaffold/templates/blueprint/ie.css
rails_generators/shoulda_scaffold/templates/blueprint/print.css
rails_generators/shoulda_scaffold/templates/blueprint/screen.css
rails_generators/shoulda_scaffold/templates/controller.rb
rails_generators/shoulda_scaffold/templates/erb/_form.html.erb
rails_generators/shoulda_scaffold/templates/erb/edit.html.erb
rails_generators/shoulda_scaffold/templates/erb/index.html.erb
rails_generators/shoulda_scaffold/templates/erb/layout.html.erb
rails_generators/shoulda_scaffold/templates/erb/new.html.erb
rails_generators/shoulda_scaffold/templates/erb/show.html.erb
rails_generators/shoulda_scaffold/templates/functional_test/basic.rb
rails_generators/shoulda_scaffold/templates/functional_test/should_be_restful.rb
rails_generators/shoulda_scaffold/templates/haml/_form.html.haml
rails_generators/shoulda_scaffold/templates/haml/edit.html.haml
rails_generators/shoulda_scaffold/templates/haml/index.html.haml
rails_generators/shoulda_scaffold/templates/haml/layout.html.haml
rails_generators/shoulda_scaffold/templates/haml/new.html.haml
rails_generators/shoulda_scaffold/templates/haml/show.html.haml
rails_generators/shoulda_scaffold/templates/helper.rb
rails_generators/shoulda_scaffold/USAGE
Rakefile
README.markdown
shoulda_generator.gemspec
Manifest