spec/watir_table_spec.rb in watirsplash-0.2.2 vs spec/watir_table_spec.rb in watirsplash-0.2.3

- old
+ new

@@ -2,10 +2,10 @@ describe Watir::Table do include WatirSplash::SpecHelper before :all do - goto "http://dl.dropbox.com/u/2731643/misc/tables.html" + goto "http://dl.dropbox.com/u/2731643/WatirSplash/tables.html" end it "#to_a works with regular table" do expected_table = [ ["1", "2", "3"], \ No newline at end of file