From eea32b955b34461ca217aac369fc7fc0d17c5bf0 Mon Sep 17 00:00:00 2001 From: Baffour Adu Boampong Date: Tue, 11 Aug 2020 13:18:22 +0000 Subject: [PATCH] brew style fixes --- 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 bd350c7c58..657afda450 100644 --- a/Library/Homebrew/test/utils/livecheck_formula_spec.rb +++ b/Library/Homebrew/test/utils/livecheck_formula_spec.rb @@ -8,7 +8,7 @@ describe LivecheckFormula do install_test_formula "testball" formatted_response = described_class.init("testball") - + expect(formatted_response).not_to be_nil expect(formatted_response).to be_a(Hash) expect(formatted_response.size).not_to eq(0)