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