spec/watirspec/table_nesting_spec.rb in watir-webdriver-0.1.1 vs spec/watirspec/table_nesting_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 "Table" do before :each do browser.goto(WatirSpec.files + "/nested_tables.html")