Skip to content
Snippets Groups Projects
Commit 2349c1fc authored by Baffour Adu Boampong's avatar Baffour Adu Boampong
Browse files

brew style fixes

parent 183d76d5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment