field_named correctly delegated

This commit is contained in:
pivotal 2009-03-05 18:03:39 -08:00 committed by pivotal
parent e2a672a767
commit 0fe3998f64
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -256,6 +256,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