Re: story runner on restful_authentication question
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