Sha256: 8c82f04311b2d8c6f2df125cd7a71159e0943558047b50a760570598b48c4652

Contents?: true

Size: 466 Bytes

Versions: 1

Compression:

Stored size: 466 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_ignore_groups('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

1 entries across 1 versions & 1 rubygems

Version Path
license_finder-0.8.2 features/step_definitions/ignore_bundle_groups_steps.rb