diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-16 17:19:55 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-16 17:19:55 -0600 |
| commit | 20595e44b91a72dc39f72090bf9aed3b7db2a1bc (patch) | |
| tree | 834a87f83ec44e44f090e264887a8d0413abac1e /spec/spec_helper.rb | |
| parent | 46b002a96345ce18b0f7a95ef00fca1c34cb9298 (diff) | |
test: add spec to validate the dependency_scanning report schema
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 303f328..5487c1a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -16,6 +16,7 @@ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration $LOAD_PATH.unshift(Pathname.pwd.join('lib')) require 'e2e' +require 'json-schema' Dir["./spec/support/**/*.rb"].sort.each { |f| require f } RSpec.configure do |config| |
