Skip to content

Commit

Permalink
Merge pull request #245 from jrafanie/zeitwerk
Browse files Browse the repository at this point in the history
Drop lib/gem-name.rb in favor of lib/gem/name.rb
  • Loading branch information
agrare authored Apr 27, 2023
2 parents dd84b07 + 6c5b71a commit f2a2efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/manageiq-providers-openshift.rb

This file was deleted.

2 changes: 2 additions & 0 deletions lib/manageiq/providers/openshift.rb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
require "manageiq/providers/openshift/engine"
require "manageiq/providers/openshift/version"

2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Dir[ManageIQ::Providers::Kubernetes::Engine.root.join("spec/support/**/*.rb")].each { |f| require f }
Dir[File.join(__dir__, "support/**/*.rb")].each { |f| require f }

require "manageiq-providers-openshift"
require "manageiq/providers/openshift"

VCR.configure do |config|
config.ignore_hosts 'codeclimate.com' if ENV['CI']
Expand Down

0 comments on commit f2a2efd

Please sign in to comment.