[Rails] Re: Rspec testing in rails3

2014-04-26 Thread ruby rails
Frederick Cheung wrote in post #1144184: > On Saturday, April 26, 2014 4:09:15 PM UTC+1, Ruby-Forum.com User wrote: >> :format => "json" >> ) >> assigns(:queue).should_not be_nil >> expect(response).to be_success >> end >> >> But it is not at all coming i

[Rails] Re: Rspec testing in rails3

2014-04-26 Thread Frederick Cheung
On Saturday, April 26, 2014 4:09:15 PM UTC+1, Ruby-Forum.com User wrote: > > How do I test this in Rspec. I am pretty very new to Rspec. Please help. > I tried like the below > > describe "next " do > it "routes /queues/:queue_id/next" do > { :get => "/queues/regular_queue/n