diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-20 11:00:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-20 11:00:31 -0400 |
commit | 5462a1e56abf70486dc59593dde6ecb95a072026 (patch) | |
tree | 3e956e0ca3bfbf773af3a9dd303cb4743615fe67 /test/models | |
parent | 2e1365d37bddf787c7089126c1a5ff1c623ab0e2 (diff) | |
download | thoughts-5462a1e56abf70486dc59593dde6ecb95a072026.tar.gz thoughts-5462a1e56abf70486dc59593dde6ecb95a072026.tar.bz2 thoughts-5462a1e56abf70486dc59593dde6ecb95a072026.zip |
Added some admin dashboard stats
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/global_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/global_test.rb b/test/models/global_test.rb new file mode 100644 index 0000000..2e42136 --- /dev/null +++ b/test/models/global_test.rb | |||
@@ -0,0 +1,7 @@ | |||
1 | require "test_helper" | ||
2 | |||
3 | class GlobalTest < ActiveSupport::TestCase | ||
4 | # test "the truth" do | ||
5 | # assert true | ||
6 | # end | ||
7 | end | ||