Project

General

Profile

« Previous | Next » 

Revision f4459c11

Added by David Davis about 8 years ago

Refs #3809 - Turning on some rubocop cops

View differences:

test/unit/compute_attribute_merge_test.rb
}
})
@host.compute_attributes = {
'cpus' => 2,
'cpus' => 2
}
expected_attrs = {
'cpus' => 2,
'memory' => 4294967296,
'memory' => 4294967296
}
@merge.run(@host, @profile_attributes)

Also available in: Unified diff