Skip to content

Commit

Permalink
remove redis::store in mock_redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Cumming committed Mar 6, 2024
1 parent 27cda3b commit 58ae858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
config.before(:each) do
mock_redis = MockRedis.new
allow(Redis).to receive(:new).and_return(mock_redis)
allow(Redis::Store).to receive(:new).and_return(mock_redis)
end

end

0 comments on commit 58ae858

Please sign in to comment.