Project

General

Profile

Download (311 Bytes) Statistics
| Branch: | Tag: | Revision:
561ee648 Ewoud Kohl van Wijngaarden
require 'spec_helper'

describe 'puppet::server::passenger' do
c2728551 Ewoud Kohl van Wijngaarden
let :facts do {
:concat_basedir => '/nonexistant',
:osfamily => 'RedHat',
:operatingsystemrelease => '6.5',
} end

it 'should include the puppet vhost' do
should contain_apache__vhost('puppet')
561ee648 Ewoud Kohl van Wijngaarden
end
end