Sha256: 49be3354b05dd5b57f242226cb1bdcffd81a5f3056c240e3a805e5d5e7ffd186

Contents?: true

Size: 334 Bytes

Versions: 11

Compression:

Stored size: 334 Bytes

Contents

require 'spec_helper'
require 'rack/test'

describe Firehose::Rack::ConsumerApp, :type => :request do
  include Rack::Test::Methods
  let(:app) { Firehose::Rack::ConsumerApp.new }
  let(:path) { "/test/path/#{Time.now.to_i}" }

  it "should have Content-Length on OPTIONS request"
  it "should have Content-Length on GET request"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
firehose-1.1.1 spec/lib/rack/consumer_app_spec.rb
firehose-1.1.0 spec/lib/rack/consumer_app_spec.rb
firehose-1.0.0 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.10 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.9 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.8 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.7 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.6 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.5 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.3 spec/lib/rack/consumer_app_spec.rb
firehose-0.2.alpha.2 spec/lib/rack/consumer_app_spec.rb