From b8f8ffb411fa38f286c6b157a72f0cbe225fefe0 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Sat, 26 Oct 2019 01:35:46 +0200 Subject: [PATCH] More space for hound to be happy with --- spec/controllers/matches_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/matches_controller_spec.rb b/spec/controllers/matches_controller_spec.rb index 579f341..d36e9ba 100644 --- a/spec/controllers/matches_controller_spec.rb +++ b/spec/controllers/matches_controller_spec.rb @@ -3,7 +3,7 @@ require 'rails_helper' def test_get_index_with_filter(filter_state) - get :index, params: {state: filter_state, tournament_id: @tournament.to_param} + get :index, params: { state: filter_state, tournament_id: @tournament.to_param } deserialize_response(response).each do |match| expect(match[:state]).to eq(filter_state) end