dcadec: fix test undefined method cached_download (#10667)

This commit is contained in:
Harsh Narang 2017-03-07 14:15:45 +05:30 committed by FX Coudert
parent 9350ce7ca5
commit cfdbd0635f

View file

@ -26,8 +26,8 @@ class Dcadec < Formula
end
test do
resource("sample").stage do |r|
system "#{bin}/dcadec", r.cached_download
resource("sample").stage do
system "#{bin}/dcadec", resource("sample").cached_download
end
end
end