context 'when global options are defined' do
      let(:global_options) { { header_template: 'Some header' } }

      before { allow(described_class.configuration).to receive(:options).and_return global_options }