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 error when run 1) StaticPages GET /static_pages works! (now write some real specs) Failure/Error: get static_pages_index_path NameError: undefined local variable or method `static_pages_index_path' for #<RSpec::Core::ExampleGroup::Nested_3::Nested_1:0x007fdc8f22a560> # ./spec/requests/static_pages_spec.rb:7:in `block (3 levels) in <top (required)>' Also, I couldn't figure out where or how to report rspec bugs; sorry for mailing the list if this isn't the right place to do it. - A
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users