require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper") describe "field_by_xpath" do it "should work" do with_html <<-HTML
HTML field = field_by_xpath(".//input") field.should_not be_nil field.id.should == "element_42" end end