[email protected] wrote in post #921577: > On Jun 25, 9:21 pm, David Chelimsky <[email protected]> wrote: >> > require 'spec_helper' >> >> > undefined method `get' for #<RSpec::Core::ExampleGroup::Nested_1:0xc9170d0 > @__memoized={}> >> include RSpec::Rails::ControllerExampleGroup >> David > FYI: http://github.com/rspec/rspec-rails/issues/99
Just add config.include RSpec::Rails::ControllerExampleGroup in spec_helper.rb -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
