lib/aranha/fixtures/download.rb in aranha-0.11.1 vs lib/aranha/fixtures/download.rb in aranha-0.11.2
- old
+ new
@@ -58,10 +58,10 @@
def relative_path(path)
path.sub(%r{^#{Regexp.quote(fixtures_root)}/}, '')
end
def source_exist?(path)
- stf = ::Aranha::Spec::SourceTargetFixtures.new(::File.dirname(path))
+ stf = ::Aranha::Parsers::SourceTargetFixtures.new(::File.dirname(path))
stf.source_file(::File.basename(path, '.url')).present?
end
end
end
end