diff options
author | Daniel Colson <danieljamescolson@gmail.com> | 2018-01-25 18:57:25 -0500 |
---|---|---|
committer | Daniel Colson <danieljamescolson@gmail.com> | 2018-01-25 23:32:59 -0500 |
commit | fda1863e1a8c120294c56482631d8254ad6125ff (patch) | |
tree | 8521ed5477f475e1de8bcb89b689bbd3b1abeae8 /activesupport/test/cache/behaviors | |
parent | 82c39e1a0b5114e2d89a80883a41090567a83196 (diff) | |
download | rails-fda1863e1a8c120294c56482631d8254ad6125ff.tar.gz rails-fda1863e1a8c120294c56482631d8254ad6125ff.tar.bz2 rails-fda1863e1a8c120294c56482631d8254ad6125ff.zip |
Remove extra whitespace
Diffstat (limited to 'activesupport/test/cache/behaviors')
-rw-r--r-- | activesupport/test/cache/behaviors/cache_store_version_behavior.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/cache/behaviors/cache_store_version_behavior.rb b/activesupport/test/cache/behaviors/cache_store_version_behavior.rb index c2e4d046af..62c0bb4f6f 100644 --- a/activesupport/test/cache/behaviors/cache_store_version_behavior.rb +++ b/activesupport/test/cache/behaviors/cache_store_version_behavior.rb @@ -65,7 +65,7 @@ module CacheStoreVersionBehavior m1v2 = ModelWithKeyAndVersion.new("model/1", 2) @cache.write(m1v1, "bar") - assert @cache.exist?(m1v1) + assert @cache.exist?(m1v1) assert_not @cache.fetch(m1v2) end |