context 'when the root_url is also set in configuration' do
            before { allow(Grover.configuration).to receive(:root_url).and_return 'http://other.domain/' }

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