Skip to content

Commit

Permalink
rubocop: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 26, 2024
1 parent 7cf01c2 commit ad86c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Gemfile:
- gem: puppet-lint-param-docs
spec/spec_helper.rb:
spec_overrides:
- "require 'support/acceptance/constants.rb'"
- "require 'support/acceptance/constants'"
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
end
end

require 'support/acceptance/constants.rb'
require 'support/acceptance/constants'
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 comments on commit ad86c05

Please sign in to comment.