summaryrefslogtreecommitdiff
path: root/spec/tiny_server.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-05-28 16:22:17 -0700
committerdanielsdeleo <dan@opscode.com>2013-05-29 11:37:30 -0700
commit654bb170ef2d73892a279a2b4db31595639273af (patch)
tree177bad404ea28d96697b7428aa9393811d0fff07 /spec/tiny_server.rb
parente14953e8b946d93ee4e2aeccedacc3b11723144f (diff)
downloadchef-654bb170ef2d73892a279a2b4db31595639273af.tar.gz
Run remote_file functional tests w/ HTTPS
- Run standard file behavior functional tests with HTTPS on port 9000. - Confirms CHEF-3005 fixed. - Refactor tests to run against different server configurations.
Diffstat (limited to 'spec/tiny_server.rb')
-rw-r--r--spec/tiny_server.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/tiny_server.rb b/spec/tiny_server.rb
index eb5f5c0fc0..6951e8064f 100644
--- a/spec/tiny_server.rb
+++ b/spec/tiny_server.rb
@@ -18,6 +18,7 @@
require 'rubygems'
require 'webrick'
+require 'webrick/https'
require 'rack'
#require 'thin'
require 'singleton'