module Cucumber::Chef::Helpers

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

Public Class Methods

included(base) click to toggle source
# File lib/cucumber/chef/helpers.rb, line 31
def self.included(base)
  base.send(:include, ::Cucumber::Chef::Helpers::Chef)
end