Sha256: e7e72a4b0abbeb5f8c90853907c2826fcb21fae2cb58878ce9affbfdb573e73e

Contents?: true

Size: 1.4 KB

Versions: 4

Compression:

Stored size: 1.4 KB

Contents

################################################################################
#
#      Author: Stephen Nelson-Smith <stephen@atalanta-systems.com>
#      Author: Zachary Patten <zachary@jovelabs.com>
#   Copyright: Copyright (c) 2011-2013 Atalanta Systems Ltd
#     License: Apache License, Version 2.0
#
#   Licensed under the Apache License, Version 2.0 (the "License");
#   you may not use this file except in compliance with the License.
#   You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#   Unless required by applicable law or agreed to in writing, software
#   distributed under the License is distributed on an "AS IS" BASIS,
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#   See the License for the specific language governing permissions and
#   limitations under the License.
#
################################################################################

And /^the following databags have been updated:$/ do |table|
  table.hashes.each do |entry|
    load_databag(entry['databag'], entry['databag_path'])
  end
end

And /^the following roles have been updated:$/ do |table|
  table.hashes.each do |entry|
    load_role(entry['role'], entry['role_path'])
  end
end

And /^the following cookbooks have been uploaded:$/ do |table|
  table.hashes.each do |entry|
    load_cookbook(entry['cookbook'], entry['cookbook_path'])
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-chef-2.1.0.rc.3 lib/cucumber/chef/steps/chef_steps.rb
cucumber-chef-2.1.0.rc.2 lib/cucumber/chef/steps/chef_steps.rb
cucumber-chef-2.1.0.rc.1 lib/cucumber/chef/steps/chef_steps.rb
cucumber-chef-2.1.0.rc.0 lib/cucumber/chef/steps/chef_steps.rb