aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/rack_cache_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/dispatch/rack_cache_test.rb')
-rw-r--r--actionpack/test/dispatch/rack_cache_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/rack_cache_test.rb b/actionpack/test/dispatch/rack_cache_test.rb
index c3c03c7df2..e421cbdbce 100644
--- a/actionpack/test/dispatch/rack_cache_test.rb
+++ b/actionpack/test/dispatch/rack_cache_test.rb
@@ -12,7 +12,7 @@ class RackCacheMetaStoreTest < ActiveSupport::TestCase
end
test "stuff is deep duped" do
- @store.write(:foo, { :bar => :original })
+ @store.write(:foo, { bar: :original })
hash = @store.read(:foo)
hash[:bar] = :changed
hash = @store.read(:foo)