Sha256: e1716df8431dae2b5b0a49433a9aa86b9314c13a6e7925598b2bbe8e567ec0dc
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
require 'spec_helper' describe Whisperer::Response do describe '.headers' do subject { described_class.new } it 'has a content length field' do expect(subject.headers).to respond_to(:content_length) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whisperer-0.0.2 | spec/unit/record/response_spec.rb |
whisperer-0.0.1 | spec/unit/record/response_spec.rb |