diff options
Diffstat (limited to 'railties/test/commands')
-rw-r--r-- | railties/test/commands/server_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/commands/server_test.rb b/railties/test/commands/server_test.rb index dd5ff08921..527529aa52 100644 --- a/railties/test/commands/server_test.rb +++ b/railties/test/commands/server_test.rb @@ -66,7 +66,7 @@ class Rails::ServerTest < ActiveSupport::TestCase def test_caching_without_option args = [] options = parse_arguments(args) - assert_equal nil, options[:caching] + assert_nil options[:caching] end def test_caching_with_option |