aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
diff options
context:
space:
mode:
authorPavel Valena <pvalena@redhat.com>2017-05-24 20:43:01 +0200
committerPavel Valena <pvalena@redhat.com>2017-05-30 01:53:31 +0200
commitedbe7c417a09d50b712e731d810825632a7e6596 (patch)
tree76ca65f6776fad31ef4c0e91f483277c8b37e89b /railties/test/commands
parentc47e6ffbd55a76b15e640d10548b73070fd37c94 (diff)
downloadrails-edbe7c417a09d50b712e731d810825632a7e6596.tar.gz
rails-edbe7c417a09d50b712e731d810825632a7e6596.tar.bz2
rails-edbe7c417a09d50b712e731d810825632a7e6596.zip
Do not use UTF8 in test SecretsCommandTest#test_edit_secrets
Diffstat (limited to 'railties/test/commands')
-rw-r--r--railties/test/commands/secrets_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/commands/secrets_test.rb b/railties/test/commands/secrets_test.rb
index fb8fd2325e..be610f3b47 100644
--- a/railties/test/commands/secrets_test.rb
+++ b/railties/test/commands/secrets_test.rb
@@ -23,7 +23,7 @@ class Rails::Command::SecretsCommandTest < ActiveSupport::TestCase
# Run twice to ensure encrypted secrets can be reread after first edit pass.
2.times do
- assert_match(/external_api_key: 1466aac22e6a869134be3d09b9e89232fc2c2289…/, run_edit_command)
+ assert_match(/external_api_key: 1466aac22e6a869134be3d09b9e89232fc2c2289/, run_edit_command)
end
end