test/config.ru in rack-simple_auth-0.0.9 vs test/config.ru in rack-simple_auth-0.1.0

- old
+ new

@@ -5,13 +5,14 @@ 'GET' => 'path', 'POST' => 'params', 'DELETE' => 'path', 'PUT' => 'path', 'PATCH' => 'path', - 'tolerance' => 2, + 'tolerance' => 1, 'signature' => 'test_signature', 'secret' => 'test_secret', - 'logpath' => "#{File.expand_path('..', __FILE__)}/logs" + 'logpath' => "#{File.expand_path('..', __FILE__)}/logs", + 'steps' => 0.1 } use Rack::SimpleAuth::HMAC, config run Rack::Lobster.new