dev/provisioning/modules/mysql/spec/spec_helper.rb
author ymh <ymh.work@gmail.com>
Wed, 01 Feb 2017 17:54:44 +0100
changeset 492 acecbffac2c4
parent 146 dc4d1cdc47e0
permissions -rw-r--r--
on notice display add external link to subject, locations, and languages, correct #0025938
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
146
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     1
#This file is generated by ModuleSync, do not edit.
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
require 'puppetlabs_spec_helper/module_spec_helper'
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
146
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     4
# put local configuration and setup into spec_helper_local
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     5
begin
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     6
  require 'spec_helper_local'
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     7
rescue LoadError
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     8
end