summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-13 21:29:52 -0400
committerDavid Gay <david@davidgay.org>2021-06-13 21:29:52 -0400
commite78a3513632954cb53fc8c806158c1fc98357173 (patch)
treea8d7ac13bb4db9ef244bec57416fc08ef4345d6d /test
parent18c2378d06d5f9323e50eead92b3cf7dc61917b5 (diff)
ItemInfixes
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/item_infixes.yml11
-rw-r--r--test/models/item_infix_test.rb7
2 files changed, 18 insertions, 0 deletions
diff --git a/test/fixtures/item_infixes.yml b/test/fixtures/item_infixes.yml
new file mode 100644
index 0000000..535831c
--- /dev/null
+++ b/test/fixtures/item_infixes.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ character: one
+ item: one
+ skill: one
+
+two:
+ character: two
+ item: two
+ skill: two
diff --git a/test/models/item_infix_test.rb b/test/models/item_infix_test.rb
new file mode 100644
index 0000000..a6f63a3
--- /dev/null
+++ b/test/models/item_infix_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class ItemInfixTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end