summaryrefslogtreecommitdiffhomepage
path: root/test/controllers/api
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-07 00:19:18 -0400
committerrealtradam <[email protected]>2024-06-07 00:19:18 -0400
commitde44507f2a75e36c4cea05f250f0f3d24e1dd123 (patch)
tree10bc5973c62203693199a59ccb6327cb77107559 /test/controllers/api
parent22c1d8d71de2bd52513f684196fa66a53e7362aa (diff)
downloadgameHolster-de44507f2a75e36c4cea05f250f0f3d24e1dd123.tar.gz
gameHolster-de44507f2a75e36c4cea05f250f0f3d24e1dd123.zip
add tags
Diffstat (limited to 'test/controllers/api')
-rw-r--r--test/controllers/api/v1/tags_controller_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/api/v1/tags_controller_test.rb b/test/controllers/api/v1/tags_controller_test.rb
new file mode 100644
index 0000000..642edc6
--- /dev/null
+++ b/test/controllers/api/v1/tags_controller_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class Api::V1::TagsControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end