Skip to content

Commit

Permalink
Add chefspec matchers for zip_app_package resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 14, 2014
1 parent b855e57 commit 589c421
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/matchers.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if defined?(ChefSpec)
def install_zip_app_package(app)
ChefSpec::Matchers::ResourceMatcher.new(:zip_app_package, :install, app)
end
end

0 comments on commit 589c421

Please sign in to comment.