summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/characters.yml15
-rw-r--r--test/models/character_test.rb7
2 files changed, 22 insertions, 0 deletions
diff --git a/test/fixtures/characters.yml b/test/fixtures/characters.yml
new file mode 100644
index 0000000..34def98
--- /dev/null
+++ b/test/fixtures/characters.yml
@@ -0,0 +1,15 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ name: MyString
+ user: one
+ activity: one
+ activity_started_at: 2021-05-02 20:27:20
+ recent_request_at: 2021-05-02 20:27:20
+
+two:
+ name: MyString
+ user: two
+ activity: two
+ activity_started_at: 2021-05-02 20:27:20
+ recent_request_at: 2021-05-02 20:27:20
diff --git a/test/models/character_test.rb b/test/models/character_test.rb
new file mode 100644
index 0000000..edf3fac
--- /dev/null
+++ b/test/models/character_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class CharacterTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end