Sha256: 9978b811fe020a94f2172dbdad19c2c14d6438f13cfe28d57151472901e2f34e
Contents?: true
Size: 768 Bytes
Versions: 9
Compression:
Stored size: 768 Bytes
Contents
require 'stringify-hash' require 'beaker-pe/version' require 'beaker-pe/install/pe_utils' require 'beaker-pe/options/pe_version_scraper' module Beaker module DSL module PE include Beaker::DSL::InstallUtils::PEUtils include Beaker::Options::PEVersionScraper end end end # This is commented out because Beaker is going to include this # library itself until version 3.0. # # Boilerplate DSL inclusion mechanism: # # First we register our module with the Beaker DSL # Beaker::DSL.register( Beaker::DSL::PE ) # # Then we have to re-include our amended DSL in the TestCase, # # because in general, the DSL is included in TestCase far # # before test files are executed, so our amendments wouldn't # # come through otherwise # include Beaker::DSL
Version data entries
9 entries across 9 versions & 1 rubygems