summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/openstack_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/openstack_spec.rb')
-rw-r--r--spec/unit/plugins/openstack_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/plugins/openstack_spec.rb b/spec/unit/plugins/openstack_spec.rb
index 988feb09..bda21a33 100644
--- a/spec/unit/plugins/openstack_spec.rb
+++ b/spec/unit/plugins/openstack_spec.rb
@@ -114,8 +114,8 @@ describe Ohai::System, "plugin openstack" do
it "overwrite timout by setting" do
allow(plugin).to receive(:can_socket_connect?)
- .with(Ohai::Mixin::Ec2Metadata::EC2_METADATA_ADDR, 80, override_timout)
- .and_return(false)
+ .with(Ohai::Mixin::Ec2Metadata::EC2_METADATA_ADDR, 80, override_timout)
+ .and_return(false)
allow(plugin).to receive(:hint?).with("openstack").and_return(true)
plugin.run
end