History.rdoc in watirspec-0.1.2 vs History.rdoc in watirspec-0.1.3

- old
+ new

@@ -1,4 +1,8 @@ +=== Version 0.1.3 / 2010-04-06 + + * fixed a bug where inner table was not shown with Watir::Table#to_a when it was not a direct child, but some other element was in between for example form, span, div etc. + === Version 0.1.2 / 2010-04-05 * Added match_array matcher for RSpec for using with Array when regular expressions are needed. It is useful when verifying html tables with #to_a method. expected_array = ["1", "2", /\d+/, "3"] \ No newline at end of file