spec/unit/recipes/default_spec.rb [64:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end

    it "has correct default['auditbeat']['config']['auditbeat']['registry_file']" do
      expect(node['auditbeat']['config']['auditbeat']['registry_file']).to eq('/var/lib/auditbeat/registry')
    end

    it "has correct default['auditbeat']['conf_dir']" do
      expect(node['auditbeat']['conf_dir']).to eq('/etc/auditbeat')
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/unit/recipes/default_spec.rb [114:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end

    it "has correct default['auditbeat']['config']['auditbeat']['registry_file']" do
      expect(node['auditbeat']['config']['auditbeat']['registry_file']).to eq('/var/lib/auditbeat/registry')
    end

    it "has correct default['auditbeat']['conf_dir']" do
      expect(node['auditbeat']['conf_dir']).to eq('/etc/auditbeat')
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



