Skip to content

Commit

Permalink
Add dev dependency on chef-zero for knife tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Keiser committed Jun 7, 2013
1 parent 0828be1 commit 600cbe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Gem::Specification.new do |s|

%w(rdoc sdoc rake rack rspec_junit_formatter).each { |gem| s.add_development_dependency gem }
%w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 2.12.0" }
s.add_development_dependency "chef-zero", "~> 1.4"
s.add_development_dependency "puma", "~> 1.6"

s.bindir = "bin"
# chef-service-manager is a windows only executable.
Expand Down

0 comments on commit 600cbe1

Please sign in to comment.