diff --git a/spec/webrat/core/field_spec.rb b/spec/webrat/core/field_spec.rb index 1030ca7..1a3fdd9 100644 --- a/spec/webrat/core/field_spec.rb +++ b/spec/webrat/core/field_spec.rb @@ -11,7 +11,7 @@ module Webrat element = Webrat::XML.css_search(Webrat::XML.document(html), "input").first checkbox = CheckboxField.new(nil, element) - checkbox.inspect.should =~ /#>/ + checkbox.inspect.should =~ /#>/ end end