[rspec-users] Missing RspecScaffoldGenerator
Joseph Method
tristil at gmail.com
Thu May 24 14:37:07 EDT 2007
So did I.
On 5/24/07, James Hughes <hughes.james at gmail.com> wrote:
> Just a quick note that I had to make the following change after
> installing 1.0.2 as rails plugins to get the resource generator
> 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,
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
--
-J. Method
More information about the rspec-users
mailing list