lootban start

This commit is contained in:
2025-02-27 15:47:41 -08:00
parent 2c0f09455e
commit 0e380931b1
12 changed files with 91 additions and 53 deletions

7
test/fixtures/lootbans.yml vendored Normal file
View File

@ -0,0 +1,7 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: MyString
two:
name: MyString

View File

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