spec/element_spec.rb in watir-webdriver-0.1.1 vs spec/element_spec.rb in watir-webdriver-0.1.2
- old
+ new
@@ -1,7 +1,6 @@
require File.expand_path('watirspec/spec_helper', File.dirname(__FILE__))
-
describe Watir::Element do
describe "#send_keys" do
it "sends keystrokes to the element" do
browser.goto("file://" + File.expand_path("html/keylogger.html", File.dirname(__FILE__)))