it 'does not get stuck rendering each request as pdf' do
        # renders html by default
        response = get 'http://www.example.org/test'
        expect(response.content_type).to eq 'text/html'