Commit 6f5b3dc7 authored by Nur Rony's avatar Nur Rony

fix rspec issue after delimiter fix

parent e6c0c334
......@@ -46,7 +46,7 @@ describe Dashboard::TodosController do
expect(todo.reload).to be_pending
expect(response).to have_http_status(200)
expect(json_response).to eq({ "count" => 1, "done_count" => 0 })
expect(json_response).to eq({ "count" => "1", "done_count" => "0" })
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment