From: Daniel Leidert <dleidert@debian.org>
Date: Mon, 29 Nov 2021 05:32:30 +0100
Subject: Fix tests for Rails 6.1

This is a simple fix to build and test successfully with Rails 6.1.

Forwarded: not-needed
---
 spec/view_helpers_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/view_helpers_spec.rb b/spec/view_helpers_spec.rb
index 76f1c4b..978f418 100644
--- a/spec/view_helpers_spec.rb
+++ b/spec/view_helpers_spec.rb
@@ -10,7 +10,7 @@ describe Leaflet::ViewHelpers do
     Leaflet.attribution = "Some attribution statement"
     Leaflet.max_zoom = 18
 
-    @view = TestView.new
+    @view = TestView.new(ActionView::LookupContext.new([]), {}, {})
   end
 
   it 'should mix in view helpers on initialization' do
