« Return to Thread: story runner on restful_authentication question

Re: story runner on restful_authentication question

by Andy Watts :: Rate this Message:

Reply to Author | View in Thread

Assuming there's nothing helpful in test.log..

Adding 'debugger' to the misfiring steps may help troubleshoot this..

You'll prolly need to add the following to your helper.rb first.
require 'rubygems'
require 'ruby-debug'


Re-run the story and it should stop at the debugger.

Between manually submitting requests and inspecting test.log you should get further.

- Andy

 « Return to Thread: story runner on restful_authentication question