diff --git a/Library/Homebrew/test/utils/livecheck_formula_spec.rb b/Library/Homebrew/test/utils/livecheck_formula_spec.rb index 7bb62c534296635510ca918274352530a787d2b8..41ffe71132d3e5d275e33b86237b87c282884051 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)