summaryrefslogtreecommitdiff
path: root/tasks/rspec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-20 14:54:34 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-20 14:55:01 -0700
commitbbb1c7c9d857ca367f7ddf9b6d803b2cbc8b2e0a (patch)
tree96d150b157e50973bf56f4acfc0ffa228e7ea505 /tasks/rspec.rb
parente005d9b85d4bad73ad4a71e007fd8ece0734b9b3 (diff)
downloadchef-bbb1c7c9d857ca367f7ddf9b6d803b2cbc8b2e0a.tar.gz
Remove the announcement rake task + minor task updates
- The rake task to generate the announcement no longer works because our release notes file contains all the release notes. We're going to need some automation in the future for this, but this isn't it. - Convert the docs task from .to_yml to YAML.dump - Improve the component rake task description - Nuke another copyright data range Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks/rspec.rb')
-rw-r--r--tasks/rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index 2bf673a5a6..929e0f91b0 100644
--- a/tasks/rspec.rb
+++ b/tasks/rspec.rb
@@ -23,7 +23,7 @@ require "rake"
begin
require "rspec/core/rake_task"
- desc "Run specs for Chef's Components"
+ desc "Run specs for Chef's Gem Components"
task :component_specs do
%w{chef-utils chef-config}.each do |gem|
Dir.chdir(gem) do