diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-11 13:02:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-11 13:02:17 -0700 |
commit | 3dda46fb54bce278afc72d1132099dd601fe02f0 (patch) | |
tree | 31fdd7f2e147415c5713d6f74212812f8d053bf1 /spec/unit/http/json_input_spec.rb | |
parent | 84ea1415f0a31780d3ff03de340e32af23ff62c4 (diff) | |
download | chef-parentheses2.tar.gz |
Remove redundant parenthesesparentheses2
Rubymine was mad about these. There's a rubocop rule we should probably turn on
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/http/json_input_spec.rb')
-rw-r--r-- | spec/unit/http/json_input_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/http/json_input_spec.rb b/spec/unit/http/json_input_spec.rb index a76c8d1dc7..cddad20f55 100644 --- a/spec/unit/http/json_input_spec.rb +++ b/spec/unit/http/json_input_spec.rb @@ -21,7 +21,7 @@ require "chef/http/json_input" describe Chef::HTTP::JSONInput do - let(:json_encoder) { described_class.new() } + let(:json_encoder) { described_class.new } let(:url) { URI.parse("http://example.com") } let(:headers) { {} } |