Sha256: fbd416bd81f0a18b9d8d42dd79e85e9091950aaa2bb0cf4ce09f0a7d07e4e121
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
Given(/^I have an app with license finder that depends on an MIT license$/) do @user = ::DSL::User.new @user.create_nonrails_app @user.add_dependency_to_app 'mit_gem', :license => 'MIT' end When(/^I whitelist the Expat license$/) do @user.configure_license_finder_whitelist ["Expat"] @output = @user.execute_command 'license_finder -q' end Then(/^I should not see a MIT licensed gem unapproved$/) do @output.should_not include 'mit_gem' end
Version data entries
4 entries across 4 versions & 1 rubygems