diff options
author | Lance Albertson <lance@osuosl.org> | 2021-04-07 15:09:19 -0700 |
---|---|---|
committer | Lance Albertson <lance@osuosl.org> | 2021-04-09 15:06:10 -0700 |
commit | db1d60056f7ab64bf6c1cede96541309f483f58a (patch) | |
tree | 632aee76c2d90ad82b0916ec0725de1d06f02cbd /spec/unit/provider/package | |
parent | b19c83d51f98cf3ba16cf7d202b4fea1dc448ae1 (diff) | |
download | chef-db1d60056f7ab64bf6c1cede96541309f483f58a.tar.gz |
Update to use chef-workstation instead of chefdk
Signed-off-by: Lance Albertson <lance@osuosl.org>
Diffstat (limited to 'spec/unit/provider/package')
-rw-r--r-- | spec/unit/provider/package/rubygems_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/provider/package/rubygems_spec.rb b/spec/unit/provider/package/rubygems_spec.rb index 30b05e546a..5013b6505c 100644 --- a/spec/unit/provider/package/rubygems_spec.rb +++ b/spec/unit/provider/package/rubygems_spec.rb @@ -470,10 +470,10 @@ describe Chef::Provider::Package::Rubygems do end end - context "when in omnibus chefdk" do - let(:bindir) { "/opt/chefdk/embedded/bin" } + context "when in omnibus chef-workstation" do + let(:bindir) { "/opt/chef-workstation/embedded/bin" } - it "recognizes chefdk as omnibus" do + it "recognizes chef-workstation as omnibus" do expect(provider.is_omnibus?).to be true end end |