spec/spec_helper.rb in gush-0.2.2 vs spec/spec_helper.rb in gush-0.2.3
- old
+ new
@@ -19,12 +19,13 @@
run Prepare
run NormalizeJob
run FetchFirstJob, after: Prepare
+ run FetchSecondJob, after: Prepare, before: NormalizeJob
+
run PersistFirstJob, after: FetchFirstJob, before: NormalizeJob
- run FetchSecondJob, after: Prepare, before: NormalizeJob
end
end
class Redis
def publish(*)