Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
f605491a
Commit
f605491a
authored
Nov 22, 2015
by
Brian Hays
Browse files
add ChefSpec matcher for rsyslog cookbook
parent
6a2a20cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/matchers.rb
0 → 100644
View file @
f605491a
if
defined?
(
ChefSpec
)
def
create_rsyslog_file_input
(
resource_name
)
ChefSpec
::
Matchers
::
ResourceMatcher
.
new
(
:rsyslog_file_input
,
:create
,
resource_name
)
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment