Remove accidental focus: true

This commit is contained in:
Daniel Schädler 2019-06-16 17:43:09 +02:00
parent 39d564be58
commit c2056df1ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
RSpec.describe GroupStageService, focus: true do
RSpec.describe GroupStageService do
before do
@teams1 = create_list(:team, 4)
@teams2 = create_list(:team, 4)