[rspec-users] how to check for empty field value?
Josh Knowles
joshknowles at gmail.com
Tue Dec 30 00:56:22 EST 2008
On Mon, Dec 29, 2008 at 10:59 PM, Jonathan Linowes
<jonathan at parkerhill.com> wrote:
> # Then /^the email_confirmation field should be cleared$/ do
> # #how to write this ????
> # #selector( "input[name=user[email_confirmation]")[:value].should
> be_blank
> # end
Are you using Webrat? If so try:
field_labeled("Email Confirmation").value.should be_nil
--
Josh Knowles
phone: 509-979-1593
email: joshknowles at gmail.com
web: http://joshknowles.com
More information about the rspec-users
mailing list