context 'when root_path is overridden' do
      let(:options) { { root_path: 'foo/bar/baz' } }

      it 'calls to Grover::Processor with overridden path' do
        allow(Grover::Processor).to receive(:new).with('foo/bar/baz').and_return processor