it 'calls to Grover::Processor without the path specified' do
          allow(processor).to(
            receive(:convert).
              with(:pdf, url_or_html, {}).
              and_return('some PDF content')