modules/postgresql/spec/unit/classes/repo_spec.rb in freighthop-0.3.3 vs modules/postgresql/spec/unit/classes/repo_spec.rb in freighthop-0.4.0

- old
+ new

@@ -9,9 +9,9 @@ } end describe 'with no parameters' do it 'should instantiate apt_postgresql_org class' do - should include_class('postgresql::repo::apt_postgresql_org') + should contain_class('postgresql::repo::apt_postgresql_org') end end end