lib/dispatch-rider/debug.rb in dispatch-rider-2.1.0 vs lib/dispatch-rider/debug.rb in dispatch-rider-2.2.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module DispatchRider module Debug - PUBLISHER_MESSAGE_GUID = 'test-mode-not-random-guid'.freeze + PUBLISHER_MESSAGE_GUID = 'test-mode-not-random-guid' end end