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:
commit
f6b0a763a0
|
@ -57,9 +57,7 @@ module Webrat
|
|||
:field_by_xpath,
|
||||
:field_with_id,
|
||||
:selenium,
|
||||
:simulate, :automate
|
||||
|
||||
|
||||
|
||||
:simulate, :automate,
|
||||
:field_named
|
||||
end
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue