Method: Inspec::Resources::User#has_uid?
- Defined in:
- lib/resources/users.rb
#has_uid?(compare_uid) ⇒ Boolean
implements rspec has matcher, to be compatible with serverspec @see: github.com/rspec/rspec-expectations/blob/master/lib/rspec/matchers/built_in/has.rb
228 229 230 231 |
# File 'lib/resources/users.rb', line 228 def has_uid?(compare_uid) deprecated('has_uid?') uid == compare_uid end |