Skip to content

Commit

Permalink
Fix RuboCop RedundantFileExtensionInRequire exception
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Nov 6, 2023
1 parent cea1005 commit e665bd5
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,5 +18,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 e665bd5

Please sign in to comment.