Module: Cucumber::Chef::Helpers

Included in:
CustomWorld
Defined in:
lib/cucumber/chef/helpers.rb

Overview

This module includes all of the helper methods meant to drive step definitions.

Defined Under Namespace

Modules: Chef

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



31
32
33
# File 'lib/cucumber/chef/helpers.rb', line 31

def self.included(base)
  base.send(:include, ::Cucumber::Chef::Helpers::Chef)
end