spec/watir_table_spec.rb in watirsplash-0.2.5 vs spec/watir_table_spec.rb in watirsplash-0.2.6

- old
+ new

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