From 01cf6cea80a0938af4ed8a356c52537895050aac Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 5 Jan 2009 13:08:03 -0600 Subject: [PATCH] credit where credit is due --- History.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.txt b/History.txt index fcff52a..1937bf8 100644 --- a/History.txt +++ b/History.txt @@ -20,7 +20,7 @@ * Use Hpricot and REXML when not parsing with Nokogiri (on JRuby, for example) * Minor enhancements - * Added assert_contain, assert_not_contain [#86] (Mike Gaffney) + * Added assert_contain, assert_not_contain [#86] (Mike Gaffney, Amos King) * Add configuration options for the Selenium environment and port (Kieran Pilkington) * Maximize the browser window after initializing Selenium (Luke Melia) * Better inspect output for Webrat elements