Sha256: 183c7dd274ab705a54fa1f1765f5a2d418a7da4abf554df7b8c02a4d2551f812
Contents?: true
Size: 340 Bytes
Versions: 8
Compression:
Stored size: 340 Bytes
Contents
# encoding: utf-8 require File.expand_path("watirspec/spec_helper", File.dirname(__FILE__)) describe "Link" do before do browser.goto(WatirSpec.url_for("non_control_elements.html")) end context "#exists?" do it "finds link by a name" do browser.a(:name => "bad_attribute").should exist end end end
Version data entries
8 entries across 8 versions & 1 rubygems