Skip to content

Commit e5a5d15

Browse files
committed
Last fixes
1 parent 1e33ccc commit e5a5d15

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixtures:
99
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
1010
puppet_agent:
1111
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12-
ref: v4.13.0
12+
ref: v4.13.0
1313
provision: 'https://github.com/puppetlabs/provision.git'
1414
symlinks:
1515
accounts: "#{source_dir}"

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ RSpec/NamedSubject:
6565
# Configuration parameters: AllowedGroups.
6666
RSpec/NestedGroups:
6767
Max: 5
68-
69-
# Offense count: 1
70-
Style/MixinUsage:
71-
Exclude:
72-
- 'spec/spec_helper.rb'

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))
1111

12-
include RspecPuppetFacts
12+
include RspecPuppetFacts # rubocop:disable Style/MixinUsage
1313

1414
default_facts = {
1515
puppetversion: Puppet.version,

0 commit comments

Comments
 (0)