1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Cleaned scaffold tests and set up fixtures needed for now.

This commit is contained in:
2015-03-26 16:55:33 +00:00
parent a1fbcc4a9f
commit 819d735480
25 changed files with 522 additions and 343 deletions

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class MatTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class MatchTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class SchoolTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class TournamentTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class WeightTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end

View File

@@ -1,7 +1,7 @@
require 'test_helper'
class WrestlerTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end