Sha256: e58f4c1f3627fca9c5ca5d61894397e039dc6d1f98f85b82510b1e233ec9113b
Contents?: true
Size: 656 Bytes
Versions: 5
Compression:
Stored size: 656 Bytes
Contents
### # Given ### #Given /^I create the "([^"]*)" Data Bag$/ do |arg1| # pending # express the regexp above with the code you wish you had #end ### # When ### #When /^I add these Cookbook Data Bag items:$/ do |table| # # table is a Cucumber::Ast::Table # pending # express the regexp above with the code you wish you had #end ### # Then ### #Then /^these Data Bags exist:$/ do |table| # # table is a Cucumber::Ast::Table # pending # express the regexp above with the code you wish you had #end # #Then /^the Data Bags contain:$/ do |table| # # table is a Cucumber::Ast::Table # pending # express the regexp above with the code you wish you had #end
Version data entries
5 entries across 5 versions & 1 rubygems