class ChefSpec::Matchers::StateAttrsMatcher

def state_attrs

Returns:
  • (Array) -
def state_attrs
  @resource.class.state_attrs.map(&:to_sym)
end