field_named correctly delegated
This commit is contained in:
parent
e2a672a767
commit
0fe3998f64
|
@ -53,7 +53,9 @@ module Webrat
|
||||||
:field_by_xpath,
|
:field_by_xpath,
|
||||||
:field_with_id,
|
:field_with_id,
|
||||||
:selenium,
|
:selenium,
|
||||||
:simulate, :automate
|
:simulate, :automate,
|
||||||
|
:field_named
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -256,6 +256,7 @@ For example:
|
||||||
def_delegators :current_scope, :field_by_xpath
|
def_delegators :current_scope, :field_by_xpath
|
||||||
def_delegators :current_scope, :field_with_id
|
def_delegators :current_scope, :field_with_id
|
||||||
def_delegators :current_scope, :select_option
|
def_delegators :current_scope, :select_option
|
||||||
|
def_delegators :current_scope, :field_named
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue