DEV: Remove before(:all) from RSpec suite

This commit is contained in:
Loïc Guitaut
2022-07-13 15:36:14 +02:00
committed by Loïc Guitaut
parent e7f04a8674
commit cc515e2c1c
3 changed files with 10 additions and 13 deletions

View File

@@ -2,14 +2,6 @@
module RedisSnapshotHelper
def use_redis_snapshotting
before(:all) do
RedisSnapshot.begin_faux_transaction
end
after(:all) do
RedisSnapshot.end_faux_transaction
end
before(:each) do
RedisSnapshot.begin_faux_transaction
end