spec/spec_helper.rb in gush-0.3.1 vs spec/spec_helper.rb in gush-0.3.2
- old
+ new
@@ -27,9 +27,15 @@
run PersistFirstJob, after: FetchFirstJob, before: NormalizeJob
end
end
+class ParameterTestWorkflow < Gush::Workflow
+ def configure(param)
+ run Prepare if param
+ end
+end
+
class Redis
def publish(*)
end
end