context 'with root_url set in configuration' do
          before { allow(Grover.configuration).to receive(:root_url).and_return 'http://example.com/' }

          it 'uses the specified root_url' do
            get 'http://www.example.org/test.pdf'