search for: rspecscaffoldgenerator

Displaying 2 results from an estimated 2 matches for "rspecscaffoldgenerator".

2007 May 24
2
Missing RspecScaffoldGenerator
...rator working: Index: rspec_scaffold_generator.rb =================================================================== --- rspec_scaffold_generator.rb (revision 2022) +++ rspec_scaffold_generator.rb (working copy) @@ -1,4 +1,4 @@ -class RspecResourceGenerator < Rails::Generator::NamedBase +class RspecScaffoldGenerator < Rails::Generator::NamedBase default_options :skip_migration => false attr_reader :controller_name,
2007 May 25
4
rspec on rails update question
...#39;'m sure this is OT but I''d appreciate the help I''m using rspec_on_rails I prefer to use stable release rather than live dangerously (at least until I can tell the difference between what I might be doing wrong vs problems in rspec). However, I would like to try the RspecScaffoldGenerator fix. I installed (per the docs) last week with the following commands $ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/ tags/REL_1_0_0/rspec $ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/ tags/REL_1_0_0/rspec_on_rails $ script/generate rspec Should...