Fix all Layout/SpaceAfterComma issues and remove from rubocop_todo list

This commit is contained in:
Bertocq
2017-06-21 22:37:06 +02:00
parent c862543e6f
commit e6dd33bd66
15 changed files with 17 additions and 32 deletions

View File

@@ -39,7 +39,7 @@ describe CensusApi do
response = api.call(1, "123456")
expect(response).to be_valid
expect(response.date_of_birth).to eq(Date.new(1980,1,1))
expect(response.date_of_birth).to eq(Date.new(1980, 1, 1))
end
it "returns the last failed response" do