spec/system/system_spec.rb in puppet-check-1.6.0 vs spec/system/system_spec.rb in puppet-check-1.6.1

- old
+ new

@@ -16,12 +16,12 @@ Dir.chdir(fixtures_dir) expect { cli }.not_to raise_exception expect(PuppetCheck.settings[:error_files].length).to eql(9) - expect(PuppetCheck.settings[:warning_files].length).to eql(9) - expect(PuppetCheck.settings[:clean_files].length).to eql(11) + expect(PuppetCheck.settings[:warning_files].length).to eql(10) + expect(PuppetCheck.settings[:clean_files].length).to eql(12) expect(PuppetCheck.settings[:ignored_files].length).to eql(6) expect(cli).to eql(2) end end @@ -47,11 +47,11 @@ end expect { tasks }.not_to raise_exception expect(PuppetCheck.settings[:error_files].length).to eql(9) - expect(PuppetCheck.settings[:warning_files].length).to eql(9) - expect(PuppetCheck.settings[:clean_files].length).to eql(11) + expect(PuppetCheck.settings[:warning_files].length).to eql(10) + expect(PuppetCheck.settings[:clean_files].length).to eql(12) expect(PuppetCheck.settings[:ignored_files].length).to eql(6) end end end