Sha256: f9aca4188142d935ed3c6b94391fe9030d70093f0cabba58edb6f8c6680f615f

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

Given(/^I have an app with license finder that depends on a GPL licensed gem in the test bundler group$/) do
  @user = ::DSL::User.new
  @user.create_nonrails_app
  @user.add_dependency_to_app 'gpl_gem', :license => 'GPL', :bundler_groups => 'test'
end

And(/^I ignore the test group$/) do
  @user.configure_license_finder_bundler_whitelist('test')
end

Then(/^I should not see the GPL licensed gem in the output$/) do
  @output.should_not include 'gpl_gem'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
license_finder-0.8.1-java features/step_definitions/ignore_bundle_groups_steps.rb
license_finder-0.8.1 features/step_definitions/ignore_bundle_groups_steps.rb