Sha256: c78c7545ee6059c69ea104fd98f375a62b96c38f26ccb39564374ed146869c40

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

require 'regurgitator'
use Rack::ContentLength
use Rack::ContentType, 'text/plain'
o = {
  :db => Sequel.connect(ENV['TEST_SEQUEL']),
  :domain => 'd',
}
run Regurgitator::OneDomain.new(lambda { |env| [ 404, [], [] ] }, o)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
regurgitator-0.1.0 t/one_domain.ru
regurgitator-0.0.0 t/one_domain.ru