Removed spec folder

Removed spec folder from tree, as no internally written ruby tests are used in this module
This commit is contained in:
James Fryman 2011-06-07 10:59:13 -05:00
parent 7320a0ae56
commit 0fc86b96fc
5 changed files with 0 additions and 39 deletions

View file

@ -1,7 +0,0 @@
Specs
=====
The Puppet project uses RSpec for testing.
For more information on RSpec, see http://rspec.info/

View file

@ -1,6 +0,0 @@
--format
s
--colour
--loadby
mtime
--backtrace

View file

@ -1,18 +0,0 @@
require 'pathname'
dir = Pathname.new(__FILE__).parent
$LOAD_PATH.unshift(dir, dir + 'lib', dir + '../lib')
require 'mocha'
require 'puppet'
gem 'rspec', '=1.2.9'
require 'spec/autorun'
Spec::Runner.configure do |config|
config.mock_with :mocha
end
# We need this because the RAL uses 'should' as a method. This
# allows us the same behaviour but with a different method name.
class Object
alias :must :should
end

View file

@ -1,4 +0,0 @@
Provider Specs
==============
Define specs for your providers under this directory.

View file

@ -1,4 +0,0 @@
Resource Type Specs
===================
Define specs for your resource types in this directory.