docs/resources/etc_fstab.md.erb in inspec-1.41.0 vs docs/resources/etc_fstab.md.erb in inspec-1.42.3

- old
+ new

@@ -98,10 +98,10 @@ The following examples show how to use this InSpec resource. ### Check all partitions that have type of 'nfs'. - nfs_systems = etc_fstab.nfs_file_systems + nfs_systems = etc_fstab.nfs_file_systems.entries nfs_systems.each do |partition| describe partition do its('mount_options') { should include 'nosuid' } end end