lib/kitchen/driver/base.rb in test-kitchen-2.3.4 vs lib/kitchen/driver/base.rb in test-kitchen-2.4.0

- old
+ new

@@ -14,14 +14,14 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -require "kitchen/configurable" -require "kitchen/errors" -require "kitchen/lazy_hash" -require "kitchen/logging" -require "kitchen/shell_out" +require_relative "../configurable" +require_relative "../errors" +require_relative "../lazy_hash" +require_relative "../logging" +require_relative "../shell_out" module Kitchen module Driver # Base class for a driver. #