summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-11-27 17:06:29 -0800
committerJeff McCune <jeff@puppetlabs.com>2012-11-27 17:06:29 -0800
commit59cc85deb509c1c91ea41c314edf73ac59ea2780 (patch)
treeb3c0d0441987746c44020c483c21839ff9ff0366
parent965245eb9755374a3f7d94f2f2b2172e024234c0 (diff)
downloadpuppet-stdlib-59cc85deb509c1c91ea41c314edf73ac59ea2780.tar.gz
puppet-stdlib-59cc85deb509c1c91ea41c314edf73ac59ea2780.tar.bz2
Revert "(Maint) Add spec/functions to rake test task"
This reverts commit dbe3c8ecf6379963f583ea11e51e403e5ad55002. Because testing these against Puppet 2.6.x is causing failures. These need to be cleaned up, but I want to leave and this was the behavior before I tried to "fix" it.
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index cbe8f28..01b2a31 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ task :default => [:test]
desc 'Run RSpec'
RSpec::Core::RakeTask.new(:test) do |t|
- t.pattern = 'spec/{unit,functions}/**/*.rb'
+ t.pattern = 'spec/{unit}/**/*.rb'
t.rspec_opts = ['--color']
end