Sha256: 764058b51cab57dab3b915607b6f9d10422135b0b1e1bcd4c756fa8d5f936fdc

Contents?: true

Size: 527 Bytes

Versions: 1

Compression:

Stored size: 527 Bytes

Contents

require 'spec_helper'

describe Rack::AMQP::Server do
  it 'passes input to rack'
  it 'keeps running'

  it 'calls handle_request on event input'

  describe '#construct_app' do
    it 'builds a Rack app with the given rackup file inside'
  end

  describe '#default_env' do
    it 'looks like HTTP enough'
  end

  describe 'command line' do
    it 'handles when the user forgets to specity the rackup file'
  end

  describe 'client failures' do
    it 'handles when the client forgets to specify the http_method'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jackalope-0.0.1 spec/rack/amqp/server_spec.rb