spec/phone_spec/app/spec/uri_spec.rb in rhodes-3.1.1 vs spec/phone_spec/app/spec/uri_spec.rb in rhodes-3.2.0.beta.1
- old
+ new
@@ -9,10 +9,12 @@
f.close
end
end
after(:all) do
+unless System.get_property('platform') == 'WINDOWS' && System.get_property('device_name') != 'Win32'
File.delete(@@file_name) if File.exists?(@@file_name)
+end
end
it "test navigate local page" do
WebView.navigate "/app"
end