Skip to content

Commit 6fc6d52

Browse files
author
Kevin Paulisse
committed
Add test of debug log statements for ENC
1 parent 2d13997 commit 6fc6d52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/octocatalog-diff/integration/enc_override_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
file_two = to_catalog.resource(type: 'File', title: '/tmp/two')
8181
expect(file_two['parameters']['content']).to eq('two')
8282
end
83+
84+
it 'should log proper messages' do
85+
expect(@result.log_messages).to include('DEBUG - ENC override: role = "two"')
86+
end
8387
end
8488

8589
describe 'ENC override integration with --to-enc-override' do

0 commit comments

Comments
 (0)