From c6b500b807853f4bf83a75a1a8bd20be9d9e9efa Mon Sep 17 00:00:00 2001 From: yocchan-git Date: Wed, 3 Apr 2024 08:00:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=82=B9=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{discord_register_test.rb => discord_test.rb} | 2 +- .../authentication/{github_sign_in_test.rb => github_test.rb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/system/authentication/{discord_register_test.rb => discord_test.rb} (91%) rename test/system/authentication/{github_sign_in_test.rb => github_test.rb} (93%) diff --git a/test/system/authentication/discord_register_test.rb b/test/system/authentication/discord_test.rb similarity index 91% rename from test/system/authentication/discord_register_test.rb rename to test/system/authentication/discord_test.rb index e2a1173cdea..2a44ff20b8f 100644 --- a/test/system/authentication/discord_register_test.rb +++ b/test/system/authentication/discord_test.rb @@ -2,7 +2,7 @@ require 'application_system_test_case' -class Authentication::DiscordRegisterTest < ApplicationSystemTestCase +class Authentication::DiscordSystemTestCase < ApplicationSystemTestCase setup do OmniAuth.config.test_mode = true OmniAuth.config.add_mock(:discord, { info: { name: 'discord_name' } }) diff --git a/test/system/authentication/github_sign_in_test.rb b/test/system/authentication/github_test.rb similarity index 93% rename from test/system/authentication/github_sign_in_test.rb rename to test/system/authentication/github_test.rb index a8d859488d0..4cc295238b4 100644 --- a/test/system/authentication/github_sign_in_test.rb +++ b/test/system/authentication/github_test.rb @@ -2,7 +2,7 @@ require 'application_system_test_case' -class Authentication::GithubSignInTest < ApplicationSystemTestCase +class Authentication::GithubSystemTestCase < ApplicationSystemTestCase fixtures :users setup do