Method: Inspec::Profile#lockfile_exists?
- Defined in:
- lib/inspec/profile.rb
#lockfile_exists? ⇒ Boolean
345 346 347 |
# File 'lib/inspec/profile.rb', line 345 def lockfile_exists? @source_reader.target.files.include?('inspec.lock') end |