On Thu, Feb 26, 2009 at 7:59 AM, aslak hellesoy <[email protected]> wrote:
> puts response.body
Another debugging technique we use is
When /^I view the response$/ do
Tempfile.open("response") do |file|
file.print response.body
`open "file://#{file.path}"`
sleep 2
end
end
///ark
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
