spec/cany/dpkg/creator_spec.rb in cany-0.1.0 vs spec/cany/dpkg/creator_spec.rb in cany-0.1.1

- old
+ new

@@ -48,10 +48,10 @@ subject { File.join dir, 'debian', 'compat' } it do run expect(subject).to be_a_file - expect(subject).to have_the_content '9' + expect(subject).to have_the_content '8' end end context 'control file' do let(:filename) { File.join dir, 'debian', 'control' }