Sha256: dba3a2520805b3d46c30d7650d4129703c74502243963a3a219766c85d033b03

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

require File.expand_path('../helpers', __FILE__)

describe 'apache2::mod_dav_svn' do
  include Helpers::Apache

  it 'installs mod_dav_svn' do
    mod_dav_svn = case node['platform']
      when "centos","redhat","scientific","fedora","suse","amazon"
        "mod_dav_svn"
      else
        "libapache2-svn"
      end
    package(mod_dav_svn).must_be_installed
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fast_food-0.1.2 chef/cookbooks/apache2/files/default/tests/minitest/mod_dav_svn_test.rb
fast_food-0.1.1 chef/cookbooks/apache2/files/default/tests/minitest/mod_dav_svn_test.rb
fast_food-0.1.0 chef/cookbooks/apache2/files/default/tests/minitest/mod_dav_svn_test.rb