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

remove commments

parent 9b311036
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,10 @@ 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)
# expect(formatted_response[:name]).to eq("testball")
# expect(formatted_response[:formula_version]).not_to be_nil
# expect(formatted_response[:livecheck_version]).not_to be_nil
end
end
......
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