Sha256: 8ea2201488734d9b0b0734b4988093d0eacf3d0265af05f973c1e0032c21c466

Contents?: true

Size: 241 Bytes

Versions: 42

Compression:

Stored size: 241 Bytes

Contents

module GunBroker
  module Test
    module Headers

      def headers(overrides = {})
        {
          'Content-Type' => 'application/json',
          'X-DevKey' => GunBroker.dev_key
        }.merge(overrides)
      end

    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
gun_broker-1.4.8 spec/support/headers.rb
gun_broker-1.4.7 spec/support/headers.rb
gun_broker-1.4.6 spec/support/headers.rb
gun_broker-1.4.5 spec/support/headers.rb
gun_broker-1.4.4 spec/support/headers.rb
gun_broker-1.4.3 spec/support/headers.rb
gun_broker-1.4.2 spec/support/headers.rb
gun_broker-1.4.1 spec/support/headers.rb
gun_broker-1.4.0 spec/support/headers.rb
gun_broker-1.3.2 spec/support/headers.rb
gun_broker-1.3.1 spec/support/headers.rb
gun_broker-1.3.0 spec/support/headers.rb
gun_broker-1.2.1.1 spec/support/headers.rb
gun_broker-1.2.1 spec/support/headers.rb
gun_broker-1.2.0 spec/support/headers.rb
gun_broker-1.1.3.1 spec/support/headers.rb
gun_broker-1.1.2 spec/support/headers.rb
gun_broker-1.1.1 spec/support/headers.rb
gun_broker-1.1.0 spec/support/headers.rb
gun_broker-1.0.0 spec/support/headers.rb