Add rubocop spacing rules
We were following these rules in most places; we just didn't define them anywhere.
This commit is contained in:
@@ -4,7 +4,7 @@ describe CensusApi do
|
||||
let(:api) { described_class.new }
|
||||
|
||||
describe "#call" do
|
||||
let(:invalid_body) { {get_habita_datos_response: {get_habita_datos_return: {datos_habitante: {}}}} }
|
||||
let(:invalid_body) { { get_habita_datos_response: { get_habita_datos_return: { datos_habitante: {}}}} }
|
||||
let(:valid_body) do
|
||||
{
|
||||
get_habita_datos_response: {
|
||||
|
||||
Reference in New Issue
Block a user