Sha256: 6e04411f92e5b6990353ad45ca455f3f9d13a2ee8b37e044de92b7bbfe35ea6b

Contents?: true

Size: 436 Bytes

Versions: 16

Compression:

Stored size: 436 Bytes

Contents

require_relative '../../support/feature_helper'

describe 'Composite project' do
  let(:developer) { LicenseFinder::TestingDSL::User.new }

  specify 'shows dependencies for all active projects' do
    LicenseFinder::TestingDSL::BareGradleProject.create
    developer.execute_command('license_finder report --gradle_include_groups')
    expect(developer).to be_seeing('junit:junit, 4.11, "Common Public License Version 1.0"')
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
license_finder-4.0.2 features/features/report/java_groups_spec.rb
license_finder-4.0.1 features/features/report/java_groups_spec.rb
license_finder-3.1.1 features/features/report/java_groups_spec.rb
license_finder-3.0.4 features/features/report/java_groups_spec.rb
license_finder-3.0.2 features/features/report/java_groups_spec.rb
license_finder-3.0.1 features/features/report/java_groups_spec.rb
license_finder-3.0.0 features/features/report/java_groups_spec.rb
license_finder-2.1.2 features/features/report/java_groups_spec.rb
license_finder-2.1.1 features/features/report/java_groups_spec.rb
license_finder-2.1.0 features/features/report/java_groups_spec.rb
license_finder-2.1.0.rc9 features/features/report/java_groups_spec.rb
license_finder-2.1.0.rc8 features/features/report/java_groups_spec.rb
license_finder-2.1.0.rc7 features/features/report/java_groups_spec.rb
license_finder-2.1.0.rc6 features/features/report/java_groups_spec.rb
license_finder-2.1.0.rc5 features/features/report/java_groups_spec.rb
license_finder-2.1.0.rc4 features/features/report/java_groups_spec.rb