summaryrefslogtreecommitdiffhomepage
path: root/rails-backend/test/controllers/api/v1
diff options
context:
space:
mode:
Diffstat (limited to 'rails-backend/test/controllers/api/v1')
-rw-r--r--rails-backend/test/controllers/api/v1/auth_controller_test.rb7
-rw-r--r--rails-backend/test/controllers/api/v1/games_controller_test.rb7
-rw-r--r--rails-backend/test/controllers/api/v1/tags_controller_test.rb7
-rw-r--r--rails-backend/test/controllers/api/v1/users_controller_test.rb7
4 files changed, 28 insertions, 0 deletions
diff --git a/rails-backend/test/controllers/api/v1/auth_controller_test.rb b/rails-backend/test/controllers/api/v1/auth_controller_test.rb
new file mode 100644
index 0000000..3a6d312
--- /dev/null
+++ b/rails-backend/test/controllers/api/v1/auth_controller_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class Api::V1::AuthControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/rails-backend/test/controllers/api/v1/games_controller_test.rb b/rails-backend/test/controllers/api/v1/games_controller_test.rb
new file mode 100644
index 0000000..0052dbb
--- /dev/null
+++ b/rails-backend/test/controllers/api/v1/games_controller_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class Api::V1::GamesControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/rails-backend/test/controllers/api/v1/tags_controller_test.rb b/rails-backend/test/controllers/api/v1/tags_controller_test.rb
new file mode 100644
index 0000000..642edc6
--- /dev/null
+++ b/rails-backend/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
diff --git a/rails-backend/test/controllers/api/v1/users_controller_test.rb b/rails-backend/test/controllers/api/v1/users_controller_test.rb
new file mode 100644
index 0000000..bd2d43b
--- /dev/null
+++ b/rails-backend/test/controllers/api/v1/users_controller_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class Api::V1::UsersControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end