File tree Expand file tree Collapse file tree
spec/octocatalog-diff/tests/catalog-diff Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127
128128 it 'should log custom version' do
129129 logger , logger_str = OctocatalogDiff ::Spec . setup_logger
130- described_class . setup_logger ( logger , { debug : true } , [ { foo : 'bar' } ] )
130+ described_class . setup_logger ( logger , { debug : true } , nil )
131131 expect ( logger_str . string ) . to match ( /Running octocatalog-diff @d05c30152c897219367d586414ccb1f651ab7221 with ruby/ )
132132 end
133133 end
139139
140140 it 'should log current version' do
141141 logger , logger_str = OctocatalogDiff ::Spec . setup_logger
142- described_class . setup_logger ( logger , { debug : true } , [ { foo : 'bar' } ] )
142+ described_class . setup_logger ( logger , { debug : true } , nil )
143143 version = described_class ::VERSION
144144 expect ( logger_str . string ) . to match ( /Running octocatalog-diff #{ version } with ruby/ )
145145 end
You can’t perform that action at this time.
0 commit comments