Added missing dsl methods

This commit is contained in:
Jonas Nicklas 2010-02-25 17:52:30 +01:00
parent 99a3bd8f82
commit e123a602c4
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ module Capybara
:field_labeled, :fill_in, :find, :find_button, :find_by_id, :find_field, :find_link, :has_content?, :has_css?,
:has_no_content?, :has_no_css?, :has_no_xpath?, :has_xpath?, :locate, :save_and_open_page, :select, :source, :uncheck,
:visit, :wait_until, :within, :within_fieldset, :within_table, :has_link?, :has_no_link?, :has_button?, :has_no_button?,
:has_field?, :has_no_field?, :has_checked_field?, :has_unchecked_field?
:has_field?, :has_no_field?, :has_checked_field?, :has_unchecked_field?, :has_no_table?, :has_table?, :unselect,
:has_select?, :has_no_select?
]
attr_reader :mode, :app