diff --git a/test/unit/plugins/commands/serve/service/guest_service_test.rb b/test/unit/plugins/commands/serve/service/guest_service_test.rb index fbe789ed7..ca3eb9e90 100644 --- a/test/unit/plugins/commands/serve/service/guest_service_test.rb +++ b/test/unit/plugins/commands/serve/service/guest_service_test.rb @@ -88,7 +88,7 @@ describe VagrantPlugins::CommandServe::Service::GuestService do end after do - VagrantPlugins::CommandServe::Service.cache.clear + VagrantPlugins::CommandServe.cache.clear end it "generates a spec" do diff --git a/test/unit/plugins/commands/serve/service/host_service_test.rb b/test/unit/plugins/commands/serve/service/host_service_test.rb index ce0654662..893127a36 100644 --- a/test/unit/plugins/commands/serve/service/host_service_test.rb +++ b/test/unit/plugins/commands/serve/service/host_service_test.rb @@ -94,7 +94,7 @@ describe VagrantPlugins::CommandServe::Service::HostService do end after do - VagrantPlugins::CommandServe::Service.cache.clear + VagrantPlugins::CommandServe.cache.clear end it "generates a spec" do