Skip to content

Commit f91bd40

Browse files
authored
Merge pull request rails#47697 from JuanVqz/railties/match-classes-names-with-the-filename
Rename classes to the filename
2 parents 3827576 + 75d6eeb commit f91bd40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

railties/test/commands/credentials_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require "rails/command"
66
require "fileutils"
77

8-
class Rails::Command::CredentialsCommandTest < ActiveSupport::TestCase
8+
class Rails::Command::CredentialsTest < ActiveSupport::TestCase
99
include ActiveSupport::Testing::Isolation, EnvHelpers
1010

1111
setup :build_app

railties/test/commands/encrypted_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require "env_helpers"
55
require "rails/command"
66

7-
class Rails::Command::EncryptedCommandTest < ActiveSupport::TestCase
7+
class Rails::Command::EncryptedTest < ActiveSupport::TestCase
88
include ActiveSupport::Testing::Isolation, EnvHelpers
99

1010
setup :build_app

railties/test/commands/secrets_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require "env_helpers"
55
require "rails/command"
66

7-
class Rails::Command::SecretsCommandTest < ActiveSupport::TestCase
7+
class Rails::Command::SecretsTest < ActiveSupport::TestCase
88
include ActiveSupport::Testing::Isolation, EnvHelpers
99

1010
setup :build_app

railties/test/commands/server_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require "rails/command"
66
require "rails/commands/server/server_command"
77

8-
class Rails::Command::ServerCommandTest < ActiveSupport::TestCase
8+
class Rails::Command::ServerTest < ActiveSupport::TestCase
99
include EnvHelpers
1010

1111
def test_environment_with_server_option

0 commit comments

Comments
 (0)