spec/support/sample_handler.rb in dispatch-rider-2.1.0 vs spec/support/sample_handler.rb in dispatch-rider-2.2.0
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
class SampleHandler < DispatchRider::Handlers::Base
def process(_params)
- old
+ new