Sha256: d3e1c7dcee584111556232f93b7ac2df7f90293d6c3c207238b6a5d159be6313

Contents?: true

Size: 481 Bytes

Versions: 5

Compression:

Stored size: 481 Bytes

Contents

###
# Given
###

###
# When
###
#When /^I load the Cookbook Roles:$/ do |table|
#  # table is a Cucumber::Ast::Table
#  pending # express the regexp above with the code you wish you had
#end

###
# Then
###
Then /^the Roles are:$/ do |partial_output|
  run_knife_command('role list')
  all_stdout.should include(partial_output)
end

#Then /^these Roles exist:$/ do |table|
#  run_knife_command('role list')
#  pending # express the regexp above with the code you wish you had
#end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuken-0.1.11 lib/cuken/cucumber/chef/role.rb
cuken-0.1.10 lib/cuken/cucumber/chef/role.rb
cuken-0.1.9 lib/cuken/cucumber/chef/role.rb
cuken-0.1.8 lib/cuken/cucumber/chef/role.rb
cuken-0.1.7 lib/cuken/cucumber/chef/role.rb