class ChefSpec::Server
Public Class Methods
method_missing(m, *args, &block)
click to toggle source
# File lib/chefspec/deprecations.rb, line 35 def self.method_missing(m, *args, &block) deprecated "`ChefSpec::Server.#{m}' is deprecated. There is no longer" \ " a global Chef Server instance. Please use a ChefSpec::SoloRunner" \ " instead. More documentation can be found in the ChefSpec README." raise ChefSpec::Error::NoConversionError end