Re: [rspec-users] SOAP / VCR / General Advice

2012-04-12 Thread Justin Ko
On Apr 11, 2012, at 7:08 AM, Michael Guterl wrote: > I'm building a ruby wrapper for a SOAP service using savon and I'm > running into some issues with testing and I would love some feedback. > I have added some tests with the help of VCR, but unfortunately that > doesn't feel right given some of

[rspec-users] Rspec with Nested Resources

2012-04-12 Thread Arnaldo Junior
Hi, I have problems to implement the tests with RSpec with nested routes in views, as I implement these tests? Always gives error that it can not find the routes. #config/routes.rb resources :controller1 do resources :controller2 end My test view #spec/views/controller2/index.html.erb_spec