remove commments

This commit is contained in:
Baffour Adu Boampong 2020-08-11 13:12:54 +00:00
parent 9b3110362e
commit b508cc6785

View File

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