From 3cf2828dae4a27e4da03f21b3a84d1d3e9c81b06 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Wed, 29 May 2019 15:40:07 +0200 Subject: [PATCH] Correct state of empty_prepared_playoff_match factory --- spec/factories/matches.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories/matches.rb b/spec/factories/matches.rb index b200839..5c8a42e 100644 --- a/spec/factories/matches.rb +++ b/spec/factories/matches.rb @@ -15,7 +15,7 @@ FactoryBot.define do end factory :empty_prepared_playoff_match do - state { :not_started } + state { :not_ready } end factory :decided_playoff_match do