Method: Inspec::Resources::User#minimum_days_between_password_change
- Defined in:
- lib/resources/users.rb
#minimum_days_between_password_change ⇒ Object
implement ‘mindays’ method to be compatible with serverspec
215 216 217 218 |
# File 'lib/resources/users.rb', line 215 def minimum_days_between_password_change deprecated('minimum_days_between_password_change', "Please use: its('mindays')") mindays end |