diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 17:32:45 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 17:32:45 -0400 |
| commit | 141f8b1a7e42928e94cccd0c8f89fdd56f8e2efe (patch) | |
| tree | 234bc2a3ccd234b576330061db8a17ad785135ed /test/models | |
| parent | cfc41eb3ccc99b92220115b0710fb821525e1075 (diff) | |
| download | wittle-141f8b1a7e42928e94cccd0c8f89fdd56f8e2efe.tar.gz wittle-141f8b1a7e42928e94cccd0c8f89fdd56f8e2efe.tar.bz2 wittle-141f8b1a7e42928e94cccd0c8f89fdd56f8e2efe.zip | |
created puzzle and score tables
Diffstat (limited to 'test/models')
| -rw-r--r-- | test/models/wittle/puzzle_test.rb | 9 | ||||
| -rw-r--r-- | test/models/wittle/score_test.rb | 9 |
2 files changed, 18 insertions, 0 deletions
| diff --git a/test/models/wittle/puzzle_test.rb b/test/models/wittle/puzzle_test.rb new file mode 100644 index 0000000..f826aa3 --- /dev/null +++ b/test/models/wittle/puzzle_test.rb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require "test_helper" | ||
| 2 | |||
| 3 | module Wittle | ||
| 4 | class PuzzleTest < ActiveSupport::TestCase | ||
| 5 | # test "the truth" do | ||
| 6 | # assert true | ||
| 7 | # end | ||
| 8 | end | ||
| 9 | end | ||
| diff --git a/test/models/wittle/score_test.rb b/test/models/wittle/score_test.rb new file mode 100644 index 0000000..0d5e4a3 --- /dev/null +++ b/test/models/wittle/score_test.rb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require "test_helper" | ||
| 2 | |||
| 3 | module Wittle | ||
| 4 | class ScoreTest < ActiveSupport::TestCase | ||
| 5 | # test "the truth" do | ||
| 6 | # assert true | ||
| 7 | # end | ||
| 8 | end | ||
| 9 | end | ||
