summaryrefslogtreecommitdiff
path: root/spec/unit/http/authenticator_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/http/authenticator_spec.rb')
-rw-r--r--spec/unit/http/authenticator_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/http/authenticator_spec.rb b/spec/unit/http/authenticator_spec.rb
index 4f43c19520..ee53f3d4c4 100644
--- a/spec/unit/http/authenticator_spec.rb
+++ b/spec/unit/http/authenticator_spec.rb
@@ -40,6 +40,7 @@ describe Chef::HTTP::Authenticator do
context "when version_class is provided" do
class V0Class; extend Chef::Mixin::VersionedAPI; minimum_api_version 0; end
+
class V2Class; extend Chef::Mixin::VersionedAPI; minimum_api_version 2; end
class AuthFactoryClass