Remove test/ (superseeded by specs)
This commit is contained in:
parent
bcb4bb7ccb
commit
ed85fd1c92
|
|
@ -1,11 +0,0 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
id: 1
|
||||
groups:
|
||||
playoff_size: 1
|
||||
|
||||
two:
|
||||
id: 1
|
||||
groups:
|
||||
playoff_size: 1
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
id: 1
|
||||
matches: one
|
||||
teams: one
|
||||
name: MyString
|
||||
|
||||
two:
|
||||
id: 1
|
||||
matches: two
|
||||
teams: two
|
||||
name: MyString
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
id: 1
|
||||
team_1:
|
||||
team_2:
|
||||
score_team_1: 1
|
||||
score_team_2: 1
|
||||
state: 1
|
||||
position: 1
|
||||
is_group_match: false
|
||||
|
||||
two:
|
||||
id: 1
|
||||
team_1:
|
||||
team_2:
|
||||
score_team_1: 1
|
||||
score_team_2: 1
|
||||
state: 1
|
||||
position: 1
|
||||
is_group_match: false
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
id: 1
|
||||
level: 1
|
||||
matches:
|
||||
|
||||
two:
|
||||
id: 1
|
||||
level: 1
|
||||
matches:
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
id: 1
|
||||
name: MyString
|
||||
group_score: 1
|
||||
group_points_scored: 1
|
||||
group_points_recieved: 1
|
||||
|
||||
two:
|
||||
id: 1
|
||||
name: MyString
|
||||
group_score: 1
|
||||
group_points_scored: 1
|
||||
group_points_recieved: 1
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class GroupStageTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class GroupTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class MatchTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class PlayoffStageTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class TeamTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
ENV['RAILS_ENV'] ||= 'test'
|
||||
require_relative '../config/environment'
|
||||
require 'rails/test_help'
|
||||
|
||||
class ActiveSupport::TestCase
|
||||
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
||||
fixtures :all
|
||||
|
||||
# Add more helper methods to be used by all tests here...
|
||||
end
|
||||
Loading…
Reference in New Issue