mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
removed unneeded library
Signed-off-by: James Massardo <jmassardo@chef.io>
This commit is contained in:
parent
c1a9de7003
commit
49eccb09aa
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
module Inspec::Resources
|
||||
class FileSystemResource < Inspec.resource(1)
|
||||
require "csv"
|
||||
name 'filesystem'
|
||||
supports platform: 'linux'
|
||||
supports platform: 'windows'
|
||||
|
|
Loading…
Reference in a new issue