Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Added smoke test for knife spork
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Nov 14, 2014
1 parent 053de94 commit 43f5298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chef-dk/command/verify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def foo
add_component "knife-spork" do |c|
c.gem_base_dir = "knife-spork"
c.unit_test { sh('rake test') }
c.smoke_test { sh('knife spork info')}
end

add_component "kitchen-vagrant" do |c|
Expand Down

0 comments on commit 43f5298

Please sign in to comment.