summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsawanoboly <sawanoboriyu@higanworks.com>2018-09-10 13:59:11 +0900
committersawanoboly <sawanoboriyu@higanworks.com>2018-09-10 13:59:11 +0900
commitd9e430d93bff45b3842bbb455b501f7e148ca52e (patch)
treeb25d0638b40db50895e98fea2d9be7f6cff3cda9
parent047e187fe6434bc5a2d683e844f5d7455ef319e1 (diff)
downloadohai-d9e430d93bff45b3842bbb455b501f7e148ca52e.tar.gz
run rake style:auto_correct
Signed-off-by: sawanoboly <sawanoboriyu@higanworks.com>
-rw-r--r--spec/unit/plugins/openstack_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/openstack_spec.rb b/spec/unit/plugins/openstack_spec.rb
index f6b2acc4..d9c2df4a 100644
--- a/spec/unit/plugins/openstack_spec.rb
+++ b/spec/unit/plugins/openstack_spec.rb
@@ -104,7 +104,7 @@ describe Ohai::System, "plugin openstack" do
expect(plugin[:openstack][:instance_id]).to be_nil
end
context "when timout was set" do
- let(:override_timout) {10}
+ let(:override_timout) { 10 }
before do
Ohai::Config.ohai[:openstack_metadata_timeout] = override_timout
end