Merge branch 'lh_194_delegate_field_named' of git://github.com/pivotal/webrat into lh194

Conflicts:
	lib/webrat/core/methods.rb
This commit is contained in:
mike.gaffney 2009-05-28 18:01:53 -05:00
commit f6b0a763a0
2 changed files with 3 additions and 4 deletions

View File

@ -57,9 +57,7 @@ module Webrat
:field_by_xpath,
:field_with_id,
:selenium,
:simulate, :automate
:simulate, :automate,
:field_named
end
end

View File

@ -255,6 +255,7 @@ For example:
def_delegators :current_scope, :field_by_xpath
def_delegators :current_scope, :field_with_id
def_delegators :current_scope, :select_option
def_delegators :current_scope, :field_named
private