setup rails app

This commit is contained in:
Thomas Peetz
2025-06-26 16:06:35 +02:00
parent 4871f56320
commit 1be2dcbdfc
268 changed files with 6145 additions and 177 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class ArtistTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class ComicTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,7 @@
require "test_helper"
class ComicWorkTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class IssueTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,7 @@
require "test_helper"
class IssueWorkTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,7 @@
require "test_helper"
class PublisherTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,7 @@
require "test_helper"
class StoryArcTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,7 @@
require "test_helper"
class TradePaperbackTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class VolumeTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,7 @@
require "test_helper"
class WorktypeTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end