Skip to content

Commit 59cc85d

Browse files
author
Jeff McCune
committed
Revert "(Maint) Add spec/functions to rake test task"
This reverts commit dbe3c8e. 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.
1 parent 965245e commit 59cc85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ task :default => [:test]
55

66
desc 'Run RSpec'
77
RSpec::Core::RakeTask.new(:test) do |t|
8-
t.pattern = 'spec/{unit,functions}/**/*.rb'
8+
t.pattern = 'spec/{unit}/**/*.rb'
99
t.rspec_opts = ['--color']
1010
end
1111

0 commit comments

Comments
 (0)