[rspec-devel] [ rspec-Bugs-11082 ] RspecResourceGenerator should be RspecScaffoldGenerator
noreply at rubyforge.org
noreply at rubyforge.org
Thu May 24 00:13:17 EDT 2007
Bugs item #11082, was opened at 2007-05-24 00:13
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=11082&group_id=797
Category: rails plugin
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Edward Ocampo-Gooding (edwardog)
Assigned to: Nobody (None)
Summary: RspecResourceGenerator should be RspecScaffoldGenerator
Initial Comment:
When running the rspec_scaffold generator that came with the rspec for rails plugin 1.0.1, I was getting some error about it not being able to find RspecScaffoldGenerator.
The problem/fix looks like this:
--- vendor/rspec_on_rails/generators/rspec_scaffold/rspec_scaffold_generator.rb
+++ (clipboard)
@@ -1,4 +1,4 @@
-class RspecResourceGenerator < Rails::Generator::NamedBase
+class RspecScaffoldGenerator < Rails::Generator::NamedBase
This aside, the plugin/RSpec as a whole is really awesome. Thanks for the release!
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=11082&group_id=797
More information about the rspec-devel
mailing list