Skip to content

Commit

Permalink
Add spec for new attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkro committed Sep 21, 2018
1 parent 407d7da commit dfeae04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/models/transformation_mapping_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
it 'returns valid vms' do
result = mapping.search_vms_and_validate(['name' => vm.name])
expect(result['valid'].first.reason).to eq(TransformationMapping::VmMigrationValidator::VM_VALID)
expect(result['valid'].first.ems_cluster_id).to eq(vm.ems_cluster_id)
end

it 'returns conflict vms' do
Expand Down

0 comments on commit dfeae04

Please sign in to comment.