summaryrefslogtreecommitdiff
path: root/lib/chef_zero/rspec.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:43:06 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:43:06 -0700
commit388576b19fce39303c5d444eb787c7eb89aee994 (patch)
treed54e7f597b2c0922b1185392578f6eb9ca414513 /lib/chef_zero/rspec.rb
parentf27950943f07e7ccda01a03ff728e1d1aca3513e (diff)
downloadchef-zero-388576b19fce39303c5d444eb787c7eb89aee994.tar.gz
remove hashrocket syntaxlcg/remove-hashrockets
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef_zero/rspec.rb')
-rw-r--r--lib/chef_zero/rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/rspec.rb b/lib/chef_zero/rspec.rb
index 765ec92..b6d6dd1 100644
--- a/lib/chef_zero/rspec.rb
+++ b/lib/chef_zero/rspec.rb
@@ -333,7 +333,7 @@ module ChefZero
if data.is_a?(String)
data
else
- FFI_Yajl::Encoder.encode(data, :pretty => true)
+ FFI_Yajl::Encoder.encode(data, pretty: true)
end
end