|
# frozen_string_literal: true
|
|
|
|
RSpec.describe AddGroupStageToTournament do
|
|
before do
|
|
# @empty_tournament = create(:stage_tournament, stage_count: 0)
|
|
end
|
|
|
|
context 'Hello, this' do
|
|
context 'is a dummy and it' do
|
|
it 'succeeds' do
|
|
expect(true).to be(true)
|
|
end
|
|
end
|
|
end
|
|
end
|