Skip to content

Commit dccfcdc

Browse files
committed
Fix already existing tests
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
1 parent 8441908 commit dccfcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitchen-openstack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
lib = File.expand_path("../lib", __FILE__)
3+
lib = File.expand_path("lib", __dir__)
44
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require "kitchen/driver/openstack_version"
66

0 commit comments

Comments
 (0)