From 96d2c228e31e5fe9b3159c5c52051c589d3c384f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 23 Jun 2018 08:46:40 +0200 Subject: OS X -> macOS [Closes #30313] [Jon Moss & Xavier Noria] --- railties/test/app_loader_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/test') 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) -- cgit v1.2.3