lib/kitchen/driver/base.rb in test-kitchen-1.14.1 vs lib/kitchen/driver/base.rb in test-kitchen-1.14.2
- old
+ new
@@ -17,17 +17,14 @@
# limitations under the License.
require "kitchen/lazy_hash"
module Kitchen
-
module Driver
-
# Base class for a driver.
#
# @author Fletcher Nichol <fnichol@nichol.ca>
class Base
-
include Configurable
include Logging
# Creates a new Driver object using the provided configuration data
# which will be merged with any default configuration.