loot
This commit is contained in:
7
test/controllers/loot_controller_test.rb
Normal file
7
test/controllers/loot_controller_test.rb
Normal file
@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class LootControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
13
test/fixtures/loots.yml
vendored
Normal file
13
test/fixtures/loots.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
itemid: 1
|
||||
timestamp: 2025-03-10 14:29:05
|
||||
itemname: MyString
|
||||
player: one
|
||||
|
||||
two:
|
||||
itemid: 1
|
||||
timestamp: 2025-03-10 14:29:05
|
||||
itemname: MyString
|
||||
player: two
|
7
test/models/loot_test.rb
Normal file
7
test/models/loot_test.rb
Normal file
@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class LootTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
Reference in New Issue
Block a user