class Fauxhai::Mocker

def platform

def platform
  @options[:platform] ||= begin
                            STDERR.puts "WARNING: you must specify a 'platform' and optionally a 'version' for your ChefSpec Runner and/or Fauxhai constructor, in the future omitting the platform will become a hard error. #{PLATFORM_LIST_MESSAGE}"
                            "chefspec"
                          end
end