it 'calls to Grover::Processor without the type specified' do
          allow(processor).to receive(:convert).with(:screenshot, url_or_html, {}).and_return 'some image content'
          expect(processor).to receive(:convert).with(:screenshot, url_or_html, {})
          expect(screenshot).to eq 'some image content'