spec/support/sample_messages.rb in stealth-0.10.2 vs spec/support/sample_messages.rb in stealth-0.10.3
- old
+ new
@@ -1,4 +1,7 @@
+# coding: utf-8
+# frozen_string_literal: true
+
class SampleMessage
def initialize(service:)
@service = service
@base_message = Stealth::ServiceMessage.new(service: @service)