Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Y
yum
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
yum
Commits
f9edee33
Commit
f9edee33
authored
Mar 01, 2020
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run the specs on CentOS 8 now
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
822d8157
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
chefignore
chefignore
+2
-0
spec/spec_helper.rb
spec/spec_helper.rb
+1
-1
No files found.
chefignore
View file @
f9edee33
...
...
@@ -51,10 +51,12 @@ spec/fixtures/*
test/*
features/*
examples/*
Guardfile
Procfile
.kitchen*
.rubocop.yml
spec/*
Rakefile
.travis.yml
.foodcritic
appveyor.yml
...
...
spec/spec_helper.rb
View file @
f9edee33
...
...
@@ -6,5 +6,5 @@ RSpec.configure do |config|
config
.
formatter
=
:documentation
# Use the specified formatter
config
.
log_level
=
:error
# Avoid deprecation notice SPAM
config
.
platform
=
'centos'
config
.
version
=
'
6.
8'
config
.
version
=
'8'
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