brew style fixes

This commit is contained in:
Baffour Adu Boampong 2020-08-10 21:38:01 +00:00
parent 183d76d59e
commit 2349c1fc10

View File

@ -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)