brew style fixes

This commit is contained in:
Baffour Adu Boampong 2020-08-11 13:18:22 +00:00
parent b508cc6785
commit eea32b955b

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)