remove commments

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

View File

@ -12,10 +12,6 @@ describe LivecheckFormula do
expect(formatted_response).not_to be_nil expect(formatted_response).not_to be_nil
expect(formatted_response).to be_a(Hash) expect(formatted_response).to be_a(Hash)
expect(formatted_response.size).not_to eq(0) 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
end end