it 'request is ignored when the request path starts with the ignore_path' do
          response = get 'http://www.example.org/foo/bar/baz'
          expect(response.content_type).to eq 'text/html'

          response = get 'http://www.example.org/foo/bar/baz.pdf'