spec/system/system_spec.rb in puppet-check-1.3.0 vs spec/system/system_spec.rb in puppet-check-1.3.1

- old
+ new

@@ -11,11 +11,11 @@ Dir.chdir(fixtures_dir) expect { cli }.not_to raise_exception expect(PuppetCheck.error_files.length).to eql(8) - expect(PuppetCheck.warning_files.length).to eql(8) + expect(PuppetCheck.warning_files.length).to eql(9) expect(PuppetCheck.clean_files.length).to eql(11) expect(PuppetCheck.ignored_files.length).to eql(1) expect(cli).to eql(2) end @@ -36,10 +36,10 @@ PuppetCheck.style_check = true expect { tasks }.not_to raise_exception expect(PuppetCheck.error_files.length).to eql(8) - expect(PuppetCheck.warning_files.length).to eql(8) + expect(PuppetCheck.warning_files.length).to eql(9) expect(PuppetCheck.clean_files.length).to eql(11) expect(PuppetCheck.ignored_files.length).to eql(1) end end end