We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13997 commit 6fc6d52Copy full SHA for 6fc6d52
1 file changed
spec/octocatalog-diff/integration/enc_override_spec.rb
@@ -80,6 +80,10 @@
80
file_two = to_catalog.resource(type: 'File', title: '/tmp/two')
81
expect(file_two['parameters']['content']).to eq('two')
82
end
83
+
84
+ it 'should log proper messages' do
85
+ expect(@result.log_messages).to include('DEBUG - ENC override: role = "two"')
86
+ end
87
88
89
describe 'ENC override integration with --to-enc-override' do
0 commit comments