We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84173c commit 5938033Copy full SHA for 5938033
Rakefile
@@ -43,6 +43,8 @@ RSpec::Core::RakeTask.new(:spec) do |t|
43
t.exclude_pattern = "spec/acceptance/**/*.rb"
44
end
45
46
+task :spec => :spec_clean
47
+
48
# Add our own tasks
49
require 'puppet-strings/tasks'
50
0 commit comments