From f841ced43d5a1c09f4b4436df586e01818ede1da Mon Sep 17 00:00:00 2001 From: Amos King Date: Wed, 14 Jan 2009 10:26:39 -0600 Subject: [PATCH] add line in History for fix #123 --- History.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.txt b/History.txt index 1937bf8..d9c0b80 100644 --- a/History.txt +++ b/History.txt @@ -20,6 +20,9 @@ * Use Hpricot and REXML when not parsing with Nokogiri (on JRuby, for example) * Minor enhancements + + * Make assert_* matchers in rails mode increment the assertions count [#123] (Amos King) + * 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)