Skip to content

Commit

Permalink
Add descriptions, perhaps that was triggering the failure
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed Nov 8, 2018
1 parent 58332de commit 1cadfb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
3 changes: 0 additions & 3 deletions test/unit/mock/profiles/dupe-controls/child/controls/child.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
control 'control-01' do
title 'the title set in child'
<<<<<<< HEAD
description 'something'
=======
>>>>>>> Get functional tests passing; ensure inheritance does not trip duplicate warning
describe 'describe-01' do
it { should include '01' }
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
control 'dupe-01' do
impact 1
title 'dupe-01-title-one'
description 'something'

desc 'collision', 'one'
desc 'uniq-one', 'one'

Expand All @@ -12,6 +14,8 @@
control 'dupe-01' do
impact 0
title 'dupe-01-title-two'
description 'something'

desc 'collision', 'two'
desc 'uniq-two', 'two'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
include_controls 'child' do
control 'control-01' do
title 'title set in wrapper-block-include, inside the block'
<<<<<<< HEAD
description 'something'
=======
>>>>>>> Get functional tests passing; ensure inheritance does not trip duplicate warning
end
end

control 'control-01' do
title 'the title set in wrapper-block-include, outside the block'
<<<<<<< HEAD
description 'something'
=======
>>>>>>> Get functional tests passing; ensure inheritance does not trip duplicate warning
describe 'describe-01' do
it { should include '01' }
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

control 'control-01' do
title 'the title set in wrapper-simple-include'
<<<<<<< HEAD
description 'something'
=======
>>>>>>> Get functional tests passing; ensure inheritance does not trip duplicate warning
describe 'describe-01' do
it { should include '01' }
end
Expand Down

0 comments on commit 1cadfb8

Please sign in to comment.