On May 19, 2012, at 11:46 AM, survivorist wrote:
> What was the specific issue with this and how did you resolve it, I'm having
> the exact same error and can't find the root of the issue? Thanks
>
> --
> View this message in context:
> http://ruby.11.n6.nabble.com/bug-rspec-rails-generator-ge
What was the specific issue with this and how did you resolve it, I'm having
the exact same error and can't find the root of the issue? Thanks
--
View this message in context:
http://ruby.11.n6.nabble.com/bug-rspec-rails-generator-generates-a-failing-spec-tp4647101p4975461.html
Sent from the rsp
Using rspec 2.9.0, rspec-rails 2.9.0, rails 3.2.2, following Michael
Hartl's RailsTutorial, version 3.2, chapter 3.
Running
rails generate integration_test static_pages
makes a spec named static_pages_spec.rb that contains the following code
get static_pages_index_path
which causes this erro
Oops. This is apparently not an rspec bug after all... the tutorial
instructions generated the StaticPages controller in a non-standard way.
Sorry for the false alarm!
On Thursday, March 22, 2012 2:19:04 PM UTC-7, Alex Chaffee wrote:
>
> Using rspec 2.9.0, rspec-rails 2.9.0, rails 3.2.2, followi