Moving to github

This commit is contained in:
2026-03-28 19:24:29 -04:00
commit 036fa7ab33
302 changed files with 17838 additions and 0 deletions

0
test/models/.keep Normal file
View File

View File

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

View File

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

View File

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

View File

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

7
test/models/game_test.rb Normal file
View File

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

View File

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

7
test/models/item_test.rb Normal file
View File

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

View File

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

7
test/models/user_test.rb Normal file
View File

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