[DRE-commits] [chef-zero] 03/03: Add missing require statement
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Jun 13 19:23:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch patch-queue/master
in repository chef-zero.
commit f61e67197c12007467492fb202e78bf64170e227
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Jun 13 16:16:11 2015 -0300
Add missing require statement
Gbp-Pq: Name 0002-Add-missing-require-statement.patch
---
spec/server_spec.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/spec/server_spec.rb b/spec/server_spec.rb
index 558ef35..0045c21 100644
--- a/spec/server_spec.rb
+++ b/spec/server_spec.rb
@@ -1,5 +1,6 @@
require 'chef_zero/server'
require 'uri'
+require 'net/http'
describe ChefZero::Server do
context 'with a server bound to port 8889' do
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/chef-zero.git
More information about the Pkg-ruby-extras-commits
mailing list