module EcomDev::ChefSpec::Helpers

Public Class Methods

helper(helper) click to toggle source
# File lib/ecomdev/chefspec/helpers.rb, line 2
def self.helper(helper)
  File.join(File.dirname(__FILE__), 'helpers', helper)
end