lib/beaker/dsl/helpers.rb in beaker-4.42.0 vs lib/beaker/dsl/helpers.rb in beaker-5.0.0
- old
+ new
@@ -1,12 +1,10 @@
-# -*- coding: utf-8 -*-
-[ 'host', 'test', 'web', 'hocon' ].each do |lib|
- require "beaker/dsl/helpers/#{lib}_helpers"
+%w[host test web hocon].each do |lib|
+ require "beaker/dsl/helpers/#{lib}_helpers"
end
module Beaker
module DSL
-
# Contains methods to help you manage and configure your SUTs.
# Extensions, available in separate modules, enable you to configure and interact with puppet, facter
# and hiera. See [the docs](/docs/how_to/the_beaker_dsl.md).