From 62125c22146c17f7af9b70d25f8b28c7fefcaa14 Mon Sep 17 00:00:00 2001 From: Baffour Adu Boampong Date: Wed, 12 Aug 2020 14:24:35 +0000 Subject: [PATCH] Refactor how test formulas are installed in tests --- Library/Homebrew/test/utils/livecheck_formula_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/utils/livecheck_formula_spec.rb b/Library/Homebrew/test/utils/livecheck_formula_spec.rb index 7bb62c5342..41ffe71132 100644 --- a/Library/Homebrew/test/utils/livecheck_formula_spec.rb +++ b/Library/Homebrew/test/utils/livecheck_formula_spec.rb @@ -11,7 +11,7 @@ describe LivecheckFormula do it "runs livecheck command for Formula" do formatted_response = described_class.init(action) - + expect(formatted_response).not_to be_nil expect(formatted_response).to be_a(Hash) expect(formatted_response.size).not_to eq(0)