summaryrefslogtreecommitdiff
path: root/spec/unit/api_client_spec.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-04-22 21:11:34 -0700
committerdanielsdeleo <dan@getchef.com>2014-04-24 09:49:52 -0700
commit03db320b200d13ba8980d7c104e955cf2ba7aa53 (patch)
treea3adf74f62ebe0050cfd38dbec3ddf56c1bf8c66 /spec/unit/api_client_spec.rb
parentbfc0b5a5f5e7cc5255a2bc20b50cc2599ec4d7f6 (diff)
downloadchef-03db320b200d13ba8980d7c104e955cf2ba7aa53.tar.gz
Fix rspec warnings
Diffstat (limited to 'spec/unit/api_client_spec.rb')
-rw-r--r--spec/unit/api_client_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/api_client_spec.rb b/spec/unit/api_client_spec.rb
index 8657fa59a8..76fc4afb5c 100644
--- a/spec/unit/api_client_spec.rb
+++ b/spec/unit/api_client_spec.rb
@@ -197,11 +197,11 @@ describe Chef::ApiClient do
end
it "preserves the admin status" do
- @client.admin.should be_a_kind_of(Chef::TrueClass)
+ @client.admin.should be_a_kind_of(TrueClass)
end
it "preserves the 'validator' status" do
- @client.validator.should be_a_kind_of(Chef::TrueClass)
+ @client.validator.should be_a_kind_of(TrueClass)
end
it "includes the private key if present" do