summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-27 12:41:26 -0400
committerrealtradam <[email protected]>2024-06-27 12:41:26 -0400
commitc8be5658bae95b94198dc00bd206ba324d9404e0 (patch)
tree24563828d9f04a4e52c9187cff3c028434fd886c /test
parent8ec0664fe7cf4a34bc5fc1f162c053622a42dd41 (diff)
downloadgameHolster-c8be5658bae95b94198dc00bd206ba324d9404e0.tar.gz
gameHolster-c8be5658bae95b94198dc00bd206ba324d9404e0.zip
add frontend to repo
Diffstat (limited to 'test')
-rw-r--r--test/channels/application_cable/connection_test.rb13
-rw-r--r--test/controllers/.keep0
-rw-r--r--test/controllers/api/v1/auth_controller_test.rb7
-rw-r--r--test/controllers/api/v1/games_controller_test.rb7
-rw-r--r--test/controllers/api/v1/tags_controller_test.rb7
-rw-r--r--test/controllers/api/v1/users_controller_test.rb7
-rw-r--r--test/controllers/platform_tags_controller_test.rb7
-rw-r--r--test/controllers/tags_controller_test.rb18
-rw-r--r--test/fixtures/files/.keep0
-rw-r--r--test/fixtures/games.yml9
-rw-r--r--test/fixtures/tags.yml9
-rw-r--r--test/fixtures/users.yml13
-rw-r--r--test/integration/.keep0
-rw-r--r--test/mailers/.keep0
-rw-r--r--test/models/.keep0
-rw-r--r--test/models/game_test.rb7
-rw-r--r--test/models/tag_test.rb7
-rw-r--r--test/models/user_test.rb7
-rw-r--r--test/test_helper.rb15
19 files changed, 0 insertions, 133 deletions
diff --git a/test/channels/application_cable/connection_test.rb b/test/channels/application_cable/connection_test.rb
deleted file mode 100644
index 6340bf9..0000000
--- a/test/channels/application_cable/connection_test.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require "test_helper"
-
-module ApplicationCable
- class ConnectionTest < ActionCable::Connection::TestCase
- # test "connects with cookies" do
- # cookies.signed[:user_id] = 42
- #
- # connect
- #
- # assert_equal connection.user_id, "42"
- # end
- end
-end
diff --git a/test/controllers/.keep b/test/controllers/.keep
deleted file mode 100644
index e69de29..0000000
--- a/test/controllers/.keep
+++ /dev/null
diff --git a/test/controllers/api/v1/auth_controller_test.rb b/test/controllers/api/v1/auth_controller_test.rb
deleted file mode 100644
index 3a6d312..0000000
--- a/test/controllers/api/v1/auth_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class Api::V1::AuthControllerTest < ActionDispatch::IntegrationTest
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/controllers/api/v1/games_controller_test.rb b/test/controllers/api/v1/games_controller_test.rb
deleted file mode 100644
index 0052dbb..0000000
--- a/test/controllers/api/v1/games_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class Api::V1::GamesControllerTest < ActionDispatch::IntegrationTest
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/controllers/api/v1/tags_controller_test.rb b/test/controllers/api/v1/tags_controller_test.rb
deleted file mode 100644
index 642edc6..0000000
--- a/test/controllers/api/v1/tags_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class Api::V1::TagsControllerTest < ActionDispatch::IntegrationTest
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/controllers/api/v1/users_controller_test.rb b/test/controllers/api/v1/users_controller_test.rb
deleted file mode 100644
index bd2d43b..0000000
--- a/test/controllers/api/v1/users_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class Api::V1::UsersControllerTest < ActionDispatch::IntegrationTest
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/controllers/platform_tags_controller_test.rb b/test/controllers/platform_tags_controller_test.rb
deleted file mode 100644
index eb6257d..0000000
--- a/test/controllers/platform_tags_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class PlatformTagsControllerTest < ActionDispatch::IntegrationTest
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/controllers/tags_controller_test.rb b/test/controllers/tags_controller_test.rb
deleted file mode 100644
index bbf5c97..0000000
--- a/test/controllers/tags_controller_test.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require "test_helper"
-
-class TagsControllerTest < ActionDispatch::IntegrationTest
- test "should get index" do
- get tags_index_url
- assert_response :success
- end
-
- test "should get create" do
- get tags_create_url
- assert_response :success
- end
-
- test "should get destroy" do
- get tags_destroy_url
- assert_response :success
- end
-end
diff --git a/test/fixtures/files/.keep b/test/fixtures/files/.keep
deleted file mode 100644
index e69de29..0000000
--- a/test/fixtures/files/.keep
+++ /dev/null
diff --git a/test/fixtures/games.yml b/test/fixtures/games.yml
deleted file mode 100644
index 348ba2f..0000000
--- a/test/fixtures/games.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- title: MyString
- titleSlug: MyString
-
-two:
- title: MyString
- titleSlug: MyString
diff --git a/test/fixtures/tags.yml b/test/fixtures/tags.yml
deleted file mode 100644
index 5b866c5..0000000
--- a/test/fixtures/tags.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- type:
- name: MyString
-
-two:
- type:
- name: MyString
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
deleted file mode 100644
index e4d2e35..0000000
--- a/test/fixtures/users.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- user_name: MyString
- identifier: MyString
- access_token_digest: MyString
- user_data:
-
-two:
- user_name: MyString
- identifier: MyString
- access_token_digest: MyString
- user_data:
diff --git a/test/integration/.keep b/test/integration/.keep
deleted file mode 100644
index e69de29..0000000
--- a/test/integration/.keep
+++ /dev/null
diff --git a/test/mailers/.keep b/test/mailers/.keep
deleted file mode 100644
index e69de29..0000000
--- a/test/mailers/.keep
+++ /dev/null
diff --git a/test/models/.keep b/test/models/.keep
deleted file mode 100644
index e69de29..0000000
--- a/test/models/.keep
+++ /dev/null
diff --git a/test/models/game_test.rb b/test/models/game_test.rb
deleted file mode 100644
index 6628fae..0000000
--- a/test/models/game_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class GameTest < ActiveSupport::TestCase
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/models/tag_test.rb b/test/models/tag_test.rb
deleted file mode 100644
index 1846cdb..0000000
--- a/test/models/tag_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class TagTest < ActiveSupport::TestCase
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/models/user_test.rb b/test/models/user_test.rb
deleted file mode 100644
index 5c07f49..0000000
--- a/test/models/user_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require "test_helper"
-
-class UserTest < ActiveSupport::TestCase
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/test_helper.rb b/test/test_helper.rb
deleted file mode 100644
index 0c22470..0000000
--- a/test/test_helper.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-ENV["RAILS_ENV"] ||= "test"
-require_relative "../config/environment"
-require "rails/test_help"
-
-module ActiveSupport
- class TestCase
- # Run tests in parallel with specified workers
- parallelize(workers: :number_of_processors)
-
- # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
- fixtures :all
-
- # Add more helper methods to be used by all tests here...
- end
-end