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

    it 'include recipe auditbeat::install_package' do
      expect(chef_run).to include_recipe('auditbeat::install_package')
    end

    it 'install auditbeat package' do
      expect(chef_run).to install_package('auditbeat')
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/unit/recipes/default_spec.rb [102:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end

    it 'include recipe auditbeat::install_package' do
      expect(chef_run).to include_recipe('auditbeat::install_package')
    end

    it 'install auditbeat package' do
      expect(chef_run).to install_package('auditbeat')
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



