spec/fixtures/handlers/test_handler.rb in dispatch-rider-2.1.0 vs spec/fixtures/handlers/test_handler.rb in dispatch-rider-2.2.0
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
class TestHandler < DispatchRider::Handlers::Base
end
- old
+ new