Sha256: 7cc7c370dc77456ace3d86200074557dc1732e51ae71cfc278e7bf5bc20d4dad

Contents?: true

Size: 637 Bytes

Versions: 3

Compression:

Stored size: 637 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'Although not required, bundler is recommended for running the tests.'
end

# load the library
require 'vulndbhq'

# test libraries
require 'webmock/rspec'

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vulndbhq-0.1.1 spec/spec_helper.rb
vulndbhq-0.1.0 spec/spec_helper.rb
vulndbhq-0.0.1.beta spec/spec_helper.rb