aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2018-06-23 08:46:40 +0200
committerXavier Noria <fxn@hashref.com>2018-06-23 08:46:40 +0200
commit96d2c228e31e5fe9b3159c5c52051c589d3c384f (patch)
tree30432892d469056cfe3548de329e89ab1c1bb5c5 /railties/test
parent484f970c6c45af836f89e2bf2169bb15ca273ddd (diff)
downloadrails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.tar.gz
rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.tar.bz2
rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.zip
OS X -> macOS [Closes #30313]
[Jon Moss & Xavier Noria]
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/app_loader_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/app_loader_test.rb b/railties/test/app_loader_test.rb
index c7a6bdee1b..93ed68fabb 100644
--- a/railties/test/app_loader_test.rb
+++ b/railties/test/app_loader_test.rb
@@ -76,7 +76,7 @@ class AppLoaderTest < ActiveSupport::TestCase
# Compare the realpath in case either of them has symlinks.
#
- # This happens in particular in Mac OS X, where @tmp starts
+ # This happens in particular in macOS, where @tmp starts
# with "/var", and Dir.pwd with "/private/var", due to a
# default system symlink var -> private/var.
assert_equal File.realpath("#@tmp/foo"), File.realpath(Dir.pwd)