summaryrefslogtreecommitdiff
path: root/spec/unit/http/json_input_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/http/json_input_spec.rb')
-rw-r--r--spec/unit/http/json_input_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/http/json_input_spec.rb b/spec/unit/http/json_input_spec.rb
index fbf8f22503..6bc2bbf018 100644
--- a/spec/unit/http/json_input_spec.rb
+++ b/spec/unit/http/json_input_spec.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'spec_helper'
-require 'chef/http/json_input'
+require "spec_helper"
+require "chef/http/json_input"
describe Chef::HTTP::JSONInput do