Navigation Menu

Skip to content

Commit

Permalink
Update docs according to History.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abotalov committed Dec 23, 2012
1 parent b6e68c5 commit 770adc2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/capybara/node/matchers.rb
Expand Up @@ -421,15 +421,9 @@ def has_no_select?(locator, options={})
##
#
# Checks if the page or current node has a table with the given id
# or caption.
# or caption:
#
# If the options :rows is given, it will check that the table contains
# the rows and columns given:
#
# page.has_table?('People', :rows => [['Jonas', '24'], ['Peter', '32']])
#
# Note that this option is quite strict, the order needs to be correct
# and the text needs to match exactly.
# page.has_table?('People')
#
# @param [String] locator The id or caption of a table
# @return [Boolean] Whether it exist
Expand Down

0 comments on commit 770adc2

Please sign in to comment.