Sha256: a79139c45d11f54ed9f88cffe1e6b00cbfb75d3e11d23bd6a00f77e180141f7b

Contents?: true

Size: 351 Bytes

Versions: 19

Compression:

Stored size: 351 Bytes

Contents

# These are integration tests, so reaching directly into LicenseFinder is forbidden
# DO NOT:
# require 'rubygems'
# require 'bundler/setup'
# require 'license_finder'

require_relative 'testing_dsl'

RSpec.configure do |rspec|
  rspec.default_formatter = 'doc'

  rspec.before(:each) do
    LicenseFinder::TestingDSL::Paths.reset_projects!
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
license_finder-4.0.2 features/support/feature_helper.rb
license_finder-4.0.1 features/support/feature_helper.rb
license_finder-3.1.1 features/support/feature_helper.rb
license_finder-3.0.4 features/support/feature_helper.rb
license_finder-3.0.2 features/support/feature_helper.rb
license_finder-3.0.1 features/support/feature_helper.rb
license_finder-3.0.0 features/support/feature_helper.rb
license_finder-2.1.2 features/support/feature_helper.rb
license_finder-2.1.1 features/support/feature_helper.rb
license_finder-2.1.0 features/support/feature_helper.rb
license_finder-2.1.0.rc9 features/support/feature_helper.rb
license_finder-2.1.0.rc8 features/support/feature_helper.rb
license_finder-2.1.0.rc7 features/support/feature_helper.rb
license_finder-2.1.0.rc6 features/support/feature_helper.rb
license_finder-2.1.0.rc5 features/support/feature_helper.rb
license_finder-2.1.0.rc4 features/support/feature_helper.rb
license_finder-2.1.0.rc3 features/support/feature_helper.rb
license_finder-2.1.0.rc2 features/support/feature_helper.rb
license_finder-2.1.0.rc1 features/support/feature_helper.rb