Skip to content

Commit

Permalink
Fix already existing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Raits <[email protected]>
  • Loading branch information
ignatenkobrain committed Oct 4, 2020
1 parent 8441908 commit dccfcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-openstack.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

lib = File.expand_path("../lib", __FILE__)
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "kitchen/driver/openstack_version"

Expand Down

0 comments on commit dccfcdc

Please sign in to comment.