Sha256: 238db08360dc77bea10c3f070e1bc7a939a3591181320a0209853a0e1ef447a7
Contents?: true
Size: 290 Bytes
Versions: 100
Compression:
Stored size: 290 Bytes
Contents
require 'spec_helper' class MixedWithConfigFileHelper include Beaker::DSL::PEClientTools::ConfigFileHelper end describe MixedWithConfigFileHelper do it 'has a method to write a config file' do expect(subject.respond_to?('write_client_tool_config_on')).not_to be(false) end end
Version data entries
100 entries across 100 versions & 1 rubygems