Re: [rspec-users] RSpec testing update action with ajax

2012-05-30 Thread Justin Ko
On May 30, 2012, at 3:18 AM, zombiebit wrote: > Hey, > I want to test my Rails app. When you click the image ajax sends to data to > DB and the data is updated in there. When I try to test, I faced with this > problem, > > > 1) RwsController Update widget score takes widget rate information >

[rspec-users] RSpec testing update action with ajax

2012-05-30 Thread zombiebit
Hey, I want to test my Rails app. When you click the image ajax sends to data to DB and the data is updated in there. When I try to test, I faced with this problem, 1) RwsController Update widget score takes widget rate information Failure/Error: mock_widget.should_receive(:update_attribut