Skip to content

Commit

Permalink
Merge pull request #534 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 committed Apr 27, 2023
2 parents e8c4cae + f8ecf5e commit cd77aa1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/manageiq-providers-azure.rb

This file was deleted.

1 change: 1 addition & 0 deletions lib/manageiq/providers/azure.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require "manageiq/providers/azure/engine"
require "manageiq/providers/azure/version"
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Dir[Rails.root.join("spec/shared/**/*.rb")].each { |f| require f }
Dir[File.join(__dir__, "support/**/*.rb")].each { |f| require f }

require "manageiq-providers-azure"
require "manageiq/providers/azure"

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

0 comments on commit cd77aa1

Please sign in to comment.