From 8b6477a0c6e44faefc0e8a9e23c38f19719d7fab Mon Sep 17 00:00:00 2001 From: Amos King Date: Mon, 12 Jan 2009 15:57:42 -0600 Subject: [PATCH] change History file --- History.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.txt b/History.txt index 1937bf8..9cf850f 100644 --- a/History.txt +++ b/History.txt @@ -20,6 +20,8 @@ * Use Hpricot and REXML when not parsing with Nokogiri (on JRuby, for example) * Minor enhancements + + * Added assert_* matchers to selenium matchers [#110] (Amos King) * 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)