spec/watirspec/form_spec.rb in watir-webdriver-0.1.1 vs spec/watirspec/form_spec.rb in watir-webdriver-0.1.2

- old
+ new

@@ -1,6 +1,6 @@ # encoding: utf-8 -require File.expand_path('spec_helper', File.dirname(__FILE__)) +require File.expand_path("../spec_helper", __FILE__) describe "Form" do before :each do browser.goto(WatirSpec.files + "/forms_with_input_elements.html")