diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-12 10:38:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-12 10:40:47 -0700 |
commit | d62628756b73b31c55f4633c6ec6af19f18c2e24 (patch) | |
tree | 09b0a3ec30f1d49ae4175f6d0c8ac2f0c1824a30 /kitchen-tests/Berksfile | |
parent | 6bbf42b0ff11eabdb72067e78e4101ad93820b71 (diff) | |
download | chef-d62628756b73b31c55f4633c6ec6af19f18c2e24.tar.gz |
Remove the rspec kitchen testsmodern_spec_runner
We're not longer using these
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index d699452ebe..50e09ebf3b 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,4 +1,3 @@ source "https://supermarket.chef.io" cookbook "end_to_end", path: "cookbooks/end_to_end" -cookbook "rspec", path: "cookbooks/rspec" |