spec/spec_helper.rb in matrioska-0.2.1 vs spec/spec_helper.rb in matrioska-0.3.0

- old
+ new

@@ -9,6 +9,11 @@ config.run_all_when_everything_filtered = true config.before :suite do Adhearsion::Logging.start Adhearsion::Logging.default_appenders, :trace, Adhearsion.config.platform.logging.formatter end + + config.before do + @uuid = SecureRandom.uuid + Punchblock.stub new_request_id: @uuid + end end