Sha256: 050eab85919305b0ec6590308730b49a90800671bc6771fe181e6830b808f6ff
Contents?: true
Size: 380 Bytes
Versions: 21
Compression:
Stored size: 380 Bytes
Contents
When /^I create a data bag '(.+)' containing the JSON '(.+)'$/ do |bag, json| write_file "item.json", json run_simple "knife data bag create #{bag} -z -c knife.rb -d" run_simple "knife data bag from_file #{bag} -z -c knife.rb item.json" end Given(/^I create an empty data bag '(.+)'$/) do |databag| run_simple "knife data bag create #{databag} -z -c knife.rb", false end
Version data entries
21 entries across 21 versions & 1 rubygems