Sha256: f12893c80a574477aad6ba902a39c34f7976e46f9030f74671083119e6d68cca

Contents?: true

Size: 529 Bytes

Versions: 17

Compression:

Stored size: 529 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'license_finder'

require 'pry'
require 'rspec'
require 'webmock/rspec'
require 'rspec/its'

Dir[File.join(File.dirname(__FILE__), 'support', '**', '*.rb')].each do |file|
  require file
end

RSpec.configure do |config|
  config.mock_with :rspec
end

RSpec.configure do |config|
  config.after(:suite) do
    ["./doc"].each do |tmp_dir|
      tmp_dir = Pathname(tmp_dir)
      tmp_dir.rmtree if tmp_dir.directory?
    end
  end

  config.include LicenseFinder::TestFixtures
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
license_finder-3.0.4 spec/spec_helper.rb
license_finder-3.0.2 spec/spec_helper.rb
license_finder-3.0.1 spec/spec_helper.rb
license_finder-3.0.0 spec/spec_helper.rb
license_finder-2.1.2 spec/spec_helper.rb
license_finder-2.1.1 spec/spec_helper.rb
license_finder-2.1.0 spec/spec_helper.rb
license_finder-2.1.0.rc9 spec/spec_helper.rb
license_finder-2.1.0.rc8 spec/spec_helper.rb
license_finder-2.1.0.rc7 spec/spec_helper.rb
license_finder-2.1.0.rc6 spec/spec_helper.rb
license_finder-2.1.0.rc5 spec/spec_helper.rb
license_finder-2.1.0.rc4 spec/spec_helper.rb
license_finder-2.1.0.rc3 spec/spec_helper.rb
license_finder-2.1.0.rc2 spec/spec_helper.rb
license_finder-2.1.0.rc1 spec/spec_helper.rb
license_finder-2.0.4 spec/spec_helper.rb