Class: ChefSpec::ChefRunner Deprecated

Inherits:
Object
  • Object
show all
Defined in:
lib/chefspec/deprecations.rb

Overview

Deprecated.

ChefRunner is deprecated. Please use Runner instead.

Class Method Summary collapse

Class Method Details

.new(*args, &block) ⇒ Object



21
22
23
24
25
26
# File 'lib/chefspec/deprecations.rb', line 21

def self.new(*args, &block)
  deprecated '`ChefSpec::ChefRunner` is deprecated. Please use' \
    ' `ChefSpec::Runner` instead.'

  ChefSpec::Runner.new(*args, &block)
end