summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-14 16:11:33 -0600
committermo khan <mo.khan@gmail.com>2020-09-14 16:11:33 -0600
commitcea7d78e2d7f1a8f98880819b8589925b5daef1a (patch)
tree826d3288962b0925cc291602b72153a26c45b46b /spec/spec_helper.rb
parent018f54f7af434dfaadfdfb36687a59e2069b7a8c (diff)
Write a test to scan a java project
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 251aa51..8cfc067 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -13,6 +13,8 @@
# it.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
+require 'json'
+
RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
# assertion/expectation library such as wrong or the stdlib/minitest