Method: User#minimum_days_between_password_change

Defined in:
lib/resources/user.rb

#minimum_days_between_password_changeObject

implement ‘mindays’ method to be compatible with serverspec



118
119
120
121
# File 'lib/resources/user.rb', line 118

def minimum_days_between_password_change
  deprecated('minimum_days_between_password_change', "Please use 'its(:mindays)'")
  mindays
end