spec/watirspec/strongs_spec.rb in watir-webdriver-0.1.1 vs spec/watirspec/strongs_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 "Strongs" do before :each do browser.goto(WatirSpec.files + "/non_control_elements.html")