mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Rubocoooop!
This commit is contained in:
parent
75c15fd0b6
commit
1243d9475d
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
# frozen_string_literal: true
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
# author: Dominik Richter
|
# author: Dominik Richter
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
# frozen_string_literal: true
|
||||||
# author: Dominik Richter
|
# author: Dominik Richter
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
# frozen_string_literal: true
|
||||||
# check for site in IIS
|
# check for site in IIS
|
||||||
# Usage:
|
# Usage:
|
||||||
# describe iis_site('Default Web Site') do
|
# describe iis_site('Default Web Site') do
|
||||||
|
|
Loading…
Reference in a new issue