spec/beaker/host/pswindows_spec.rb in beaker-4.38.1 vs spec/beaker/host/pswindows_spec.rb in beaker-4.39.0
- old
+ new
@@ -10,10 +10,10 @@
{ :platform => Beaker::Platform.new( 'windows-vers-arch-extra' ) }
end
}
let(:host) {
opts = options.merge(platform)
- opts.merge!({ :is_cygwin => false })
+ opts[:is_cygwin] = false
make_host( 'name', opts )
}
describe '#external_copy_base' do
it 'returns previously calculated value if set' do