diff --git a/test/pagy/frontend_test.rb b/test/pagy/frontend_test.rb index 7f7b53250..6390b1fcf 100644 --- a/test/pagy/frontend_test.rb +++ b/test/pagy/frontend_test.rb @@ -10,19 +10,19 @@ def request Rack::Request.new('SCRIPT_NAME' => '/foo') end end - + let(:frontend) { TestView.new } - + describe "#pagy_nav" do before do @array = (1..103).to_a.extend(Pagy::Array::PageMethod) end - + def test_pagy_nav_page_1 pagy, _ = @array.pagy(1) - + assert_equal( - '