d6d23b495c
This reverts commit74e6411157
, reversing changes made to417d219aa6
. Here's why: Actually... I just screwed this up. I merged this new fact into 2.4.x but it's not fixing any bug. It's adding a new fact, so this should go into master and we should release 2.5 since this is new, backwards-compatible functionality.
14 lines
333 B
Ruby
14 lines
333 B
Ruby
dir = File.expand_path(File.dirname(__FILE__))
|
|
$LOAD_PATH.unshift File.join(dir, 'lib')
|
|
|
|
# Don't want puppet getting the command line arguments for rake or autotest
|
|
ARGV.clear
|
|
|
|
require 'puppet'
|
|
require 'facter'
|
|
require 'mocha'
|
|
gem 'rspec', '>=2.0.0'
|
|
require 'rspec/expectations'
|
|
|
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
|