Upgrade to latest serverspec/specinfra

This commit is contained in:
Thom May
2015-06-23 11:30:55 +01:00
parent d13ea38c2f
commit ea6441eb57
8 changed files with 14 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
# limitations under the License.
#
require_relative '../../../kitchen/data/spec_helper'
require_relative './spec_helper'
describe 'postfix::aliases' do
context 'configures' do

View File

@@ -14,7 +14,7 @@
# limitations under the License.
#
require_relative '../../../kitchen/data/spec_helper'
require_relative './spec_helper'
describe 'postfix::client' do
it 'doesnt configure postfix because solo is unsupported' do

View File

@@ -14,7 +14,7 @@
# limitations under the License.
#
require_relative '../../../kitchen/data/spec_helper'
require_relative './spec_helper'
describe 'postfix::default' do
describe package('postfix') do

View File

@@ -0,0 +1,3 @@
require 'serverspec'
set :backend, :exec

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require_relative '../../../kitchen/data/spec_helper'
require_relative './spec_helper'
describe 'postfix::sasl_auth' do
let(:sasl_passwd_file) { '/etc/postfix/sasl_passwd' }

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require_relative '../../../kitchen/data/spec_helper'
require_relative './spec_helper'
describe 'postfix::server' do
it 'doesnt configure postfix because solo is unsupported' do