Fix guest and host service tests
This commit is contained in:
parent
f9dd348847
commit
df8f519337
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user