Skip to content

Commit 9a1b5e2

Browse files
committed
Move gem name loader to proper namespaced location.
1 parent f1e5c77 commit 9a1b5e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Dir[Rails.root.join("spec/shared/**/*.rb")].each { |f| require f }
77
Dir[File.join(__dir__, "support/**/*.rb")].each { |f| require f }
88

9-
require "manageiq-providers-ibm_power_vc"
9+
require "manageiq/providers/ibm_power_vc"
1010

1111
def sanitizer(interaction)
1212
# Remove internal network hostnames

0 commit comments

Comments
 (0)