Files | Admin

Notes:

Release Name: 0.4.6

Notes:
assert_xpath (and deny_xpath) now front assert_tag_id (and deny_tag_id). Put another way,

  assert_xpath :table, :report

now expands to '//table[ @id = "report" ]'


Changes: