]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Revert "(Maint) Add spec/functions to rake test task"
authorJeff McCune <jeff@puppetlabs.com>
Wed, 28 Nov 2012 01:06:29 +0000 (17:06 -0800)
committerJeff McCune <jeff@puppetlabs.com>
Wed, 28 Nov 2012 01:06:29 +0000 (17:06 -0800)
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.

Rakefile

index cbe8f283b3e61421301e5fb3d5e5480952b87240..01b2a31ea758150e32696eef141e350aeec208ee 100644 (file)
--- 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