t/one_domain.ru in regurgitator-0.1.0 vs t/one_domain.ru in regurgitator-0.2.0
- old
+ new
@@ -2,7 +2,8 @@
use Rack::ContentLength
use Rack::ContentType, 'text/plain'
o = {
:db => Sequel.connect(ENV['TEST_SEQUEL']),
:domain => 'd',
+ :reproxy_key => "HTTP_X_REPROXY_PATH",
}
run Regurgitator::OneDomain.new(lambda { |env| [ 404, [], [] ] }, o)