[LRUG] rspec logging
aidy lewis
aidy.lewis at googlemail.com
Fri May 30 02:55:40 PDT 2008
Hi,
At the moment I am logging to the console
Then "the user should be redirected to the read only show page where
the changes will be visible" do
a = ["Programme copy information", "aidy lewis", "Charles
Bukowski", "Steve Lambert", "Bret Anderson"]
a.each {|item|
puts "#{item} exists on page" if ui.does_the_html_include?(item)
}
end
But is there an assertion wrapper or rspec logging I can use? Or
should I be using one value per method?
--
Aidy
www.agiletester.co.uk
More information about the Chat
mailing list