spec/spec_helper.rb in punchblock-2.4.0 vs spec/spec_helper.rb in punchblock-2.4.2
- old
+ new
@@ -26,12 +26,9 @@
end
config.before do
@uuid = SecureRandom.uuid
Punchblock.stub new_request_id: @uuid
-
- @current_datetime = DateTime.now
- DateTime.stub now: @current_datetime
end
config.after :each do
if defined?(:Celluloid)
Celluloid.shutdown