diff options
| author | realtradam <[email protected]> | 2024-04-08 21:58:55 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-04-08 21:58:55 -0400 |
| commit | 5d6c31ab4b3b6b663485021c697a41e2a2531b9c (patch) | |
| tree | 47a9ba9933f5c73d617d106fecce6891316d1e5d /test/models | |
| parent | 05294b07c551c708b3bc51e2964ae01fcdfdd25f (diff) | |
| download | gameHolster-5d6c31ab4b3b6b663485021c697a41e2a2531b9c.tar.gz gameHolster-5d6c31ab4b3b6b663485021c697a41e2a2531b9c.zip | |
add blog index
Diffstat (limited to 'test/models')
| -rw-r--r-- | test/models/blog_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/blog_test.rb b/test/models/blog_test.rb new file mode 100644 index 0000000..0bef141 --- /dev/null +++ b/test/models/blog_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class BlogTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |
