Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
rsyslog
Commits
a7e30a07
Commit
a7e30a07
authored
Apr 04, 2018
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Chefspec matchers that are autogenerated now
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
f4608ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
libraries/matchers.rb
libraries/matchers.rb
+0
-24
No files found.
libraries/matchers.rb
deleted
100644 → 0
View file @
f4608ce5
#
# Cookbook:: rsyslog
# Library:: matchers
#
# Copyright:: 2015-2017, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
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