Skip to content

Commit

Permalink
テストのクラス名を修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
yocchan-git committed Apr 2, 2024
1 parent 8c65319 commit c6b500b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' } })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'application_system_test_case'

class Authentication::GithubSignInTest < ApplicationSystemTestCase
class Authentication::GithubSystemTestCase < ApplicationSystemTestCase
fixtures :users

setup do
Expand Down

0 comments on commit c6b500b

Please sign in to comment.