Skip to content
Snippets Groups Projects
Unverified Commit e10ade75 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Revert "formulary: install tap if needed."

parent 02733db7
No related branches found
No related tags found
No related merge requests found
......@@ -279,8 +279,6 @@ module Formulary
end
def load_file
tap.install unless tap.installed?
super
rescue MethodDeprecatedError => e
e.issues_url = tap.issues_url || tap.to_s
......
......@@ -227,8 +227,7 @@ describe Formulary do
end
end
it "raises an error if the Formula is not available after tapping" do
expect_any_instance_of(Tap).to receive(:install)
it "raises an error if the Formula is not available" do
expect {
described_class.to_rack("a/b/#{formula_name}")
}.to raise_error(TapFormulaUnavailableError)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment