From cdf7a020c1ae8895222727c0cc8d3860405dd5cb Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 31 Jul 2017 16:40:59 -0400 Subject: [PATCH] correct mistake in spec --- spec/components/distributed_cache_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/distributed_cache_spec.rb b/spec/components/distributed_cache_spec.rb index 2d45354e50d..c0b5c29bef2 100644 --- a/spec/components/distributed_cache_spec.rb +++ b/spec/components/distributed_cache_spec.rb @@ -35,7 +35,7 @@ describe DistributedCache do set << 5 - c2["cats"] == set + c2["cats"] = set wait_for do c1["cats"] == set