summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2020-10-05 09:37:14 -0400
committerGitHub <noreply@github.com>2020-10-05 09:37:14 -0400
commit097ad42b2d3c533dcb411ce5dafae06a9c14fb8a (patch)
treed6e6db1e870158215181978b57b01ae54da4c261 /spec
parent792714b91c3c0393997d13ef43876b1c3c62f64a (diff)
parent4759e049ae8f73eae4e45ec3a0b1691510fe0e27 (diff)
downloadhashie-097ad42b2d3c533dcb411ce5dafae06a9c14fb8a.tar.gz
Merge pull request #533 from gnomex/fix-json-specs-error
require json at spec_helper to fix #532
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b0f9ce9..0bdf972 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -7,6 +7,7 @@ require 'pry'
require 'rspec'
require 'hashie'
+require 'json'
require 'rspec/pending_for'
require './spec/support/ruby_version_check'
require './spec/support/logger'