Sha256: e8bb4a23e12604db79b08b39fb44805b517243fbe2964f11b1c5dc2a5cb31364
Contents?: true
Size: 362 Bytes
Versions: 6
Compression:
Stored size: 362 Bytes
Contents
#! /usr/bin/env ruby -S rspec require 'spec_helper_acceptance' describe 'unsupported distributions and OSes', :if => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do it 'should fail' do pp = <<-EOS class { 'mysql::server': } EOS expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/unsupported osfamily/i) end end
Version data entries
6 entries across 6 versions & 1 rubygems