Remove accidental focus: true
This commit is contained in:
parent
39d564be58
commit
c2056df1ba
|
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
RSpec.describe GroupStageService, focus: true do
|
RSpec.describe GroupStageService do
|
||||||
before do
|
before do
|
||||||
@teams1 = create_list(:team, 4)
|
@teams1 = create_list(:team, 4)
|
||||||
@teams2 = create_list(:team, 4)
|
@teams2 = create_list(:team, 4)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue