Hello, I am trying to write the specs for controllers that use InheritedResource. Can somebody tell me if this is possible? I have read that I have to use integrated_views, but even in that case it doesn't work. I have posted a message in the InheritedResources group and Jose Valim, has answered, telling something about responders used in InheritedResources and Rails 3.
This is the link for the message in that group. http://groups.google.es/group/inherited_resources/browse_thread/thread/1f2b7c18478896bb The sample specs are written with Remarkable (only for give a shorter example), but the problems are the same when I write specs like in the Rspec book. response.should redirect_to(path) and response.should render_template("new") both fails. I would thank anybody that could give me some clue for a solution that I could try. And a question, which is the state of rspec with Rails 3? Is this going to change and I have to pospone the use of rspec with InheritedResource until then? Thank you very much. Juan M. Cervera -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
