Skip to content

Commit

Permalink
fix rubocop redundant .rb extension error
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 11, 2024
1 parent bcd53ee commit 41c059d
Showing 1 changed file with 1 addition and 1 deletion.
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 41c059d

Please sign in to comment.