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

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