lib/repla/test/lib/view_helper.rb in repla-0.7.2 vs lib/repla/test/lib/view_helper.rb in repla-0.7.3
- old
+ new
@@ -38,10 +38,10 @@
Repla::Test::TEST_HTML_DIRECTORY)
raise if window_id.nil?
url = Repla::Test.html_server_url(filename)
view = view_class.new(window_id)
- view.load_url(url)
+ view.load_url(url, should_clear_cache: true)
view
end
end
end
end