formulary_spec: remove deprecated tap-pin usage.

This commit is contained in:
Mike McQuaid 2019-10-15 09:12:51 +01:00
parent 1b4fdc17f4
commit 02ded996a4
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -246,12 +246,6 @@ describe Formulary do
formula = described_class.find_with_priority(formula_name)
expect(formula.path).to eq(core_path)
end
it "prioritizes Formulae from pinned Taps" do
tap.pin
formula = described_class.find_with_priority(formula_name)
expect(formula.path).to eq(tap_path.realpath)
end
end
describe "::core_path" do