Skip to content

Commit

Permalink
rubocop: autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 14, 2024
1 parent 729483f commit 6a593f3
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
@@ -1,5 +1,5 @@
---
spec/spec_helper.rb:
spec_overrides:
- "require 'splunk_data.rb'"
- "require 'splunk_data'"
- "$LOAD_PATH.unshift File.dirname(__FILE__) + '/fixtures/modules/inifile/lib'"
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end
end

require 'splunk_data.rb'
require 'splunk_data'

$LOAD_PATH.unshift File.dirname(__FILE__) + '/fixtures/modules/inifile/lib'
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 comments on commit 6a593f3

Please sign in to comment.