diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-09 17:14:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 17:14:50 -0700 |
commit | c0fe791b8593cfd824640ff27c1eef5425d52231 (patch) | |
tree | 47aa2b0a835e75315bc1615b95eda35513de4e89 /tasks | |
parent | 3aacc9d3720ac69c3bd3df7b3f4425a1474b88c2 (diff) | |
download | chef-c0fe791b8593cfd824640ff27c1eef5425d52231.tar.gz |
Update tasks/rspec.rb
Co-authored-by: pete higgins <pete@peterhiggins.org>
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/rspec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb index a10479f3ed..2bf673a5a6 100644 --- a/tasks/rspec.rb +++ b/tasks/rspec.rb @@ -20,8 +20,6 @@ require "rubygems" require "rake" -CHEF_ROOT = File.join(__dir__, "..") - begin require "rspec/core/rake_task" |