Update chef-sugar to fix a conflict in Chef 16+
This commit is contained in:
9
cookbooks/chef-sugar/Rakefile
Normal file
9
cookbooks/chef-sugar/Rakefile
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new do |t|
|
||||
t.rspec_opts = [
|
||||
'--color',
|
||||
'--format progress',
|
||||
].join(' ')
|
||||
end
|
||||
|
||||
task default: :spec
|
||||
Reference in New Issue
Block a user