diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-14 16:40:00 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-14 16:40:00 -0600 |
| commit | 0dc0c0cec97cbdea04e278143e4711cfa0d3bd03 (patch) | |
| tree | a650f1421d0e57b13024df1fb4efe5aa76b96dfb /spec/spec_helper.rb | |
| parent | cea7d78e2d7f1a8f98880819b8589925b5daef1a (diff) | |
test: add spec to run gemnasium-maven scanner
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8cfc067..0280338 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -14,6 +14,9 @@ # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require 'json' +require 'support/docker' +require 'support/project' +require 'support/fixture_file_helper' RSpec.configure do |config| # rspec-expectations config goes here. You can use an alternate |
