diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-20 10:40:03 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-20 10:40:03 -0800 |
commit | 3533dcb85c2698bc45166d9009fdc577385cd6ce (patch) | |
tree | 96f1cb488e561845a7c7644cacc2ae04e15d99f5 /tasks/rspec.rb | |
parent | 8cdd87b19f9b2431189fbd661ede7dc6ac421d51 (diff) | |
download | chef-3533dcb85c2698bc45166d9009fdc577385cd6ce.tar.gz |
Break out unit/integration/functional tests in travis and test chef-config
Add the chef-config unit tests to the unit testing group
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks/rspec.rb')
-rw-r--r-- | tasks/rspec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb index 616a68f09e..848c50eb40 100644 --- a/tasks/rspec.rb +++ b/tasks/rspec.rb @@ -25,7 +25,7 @@ CHEF_ROOT = File.join(File.dirname(__FILE__), "..") begin require "rspec/core/rake_task" - desc "Run specs for Chef's Components" + desc "Run specs for Chef's Components (chef-config)" task :component_specs do Dir.chdir("chef-config") do Bundler.with_clean_env do |