test/helper.rb in chupa-text-1.1.0 vs test/helper.rb in chupa-text-1.1.1

- old
+ new

@@ -24,8 +24,12 @@ base_path.join(*components) end def fixture_uri(*components) path = fixture_path(*components) + file_uri(path) + end + + def file_uri(path) URI.parse("file://#{path}") end end