Sha256: 63ea986ed09e199b2f4e71236f5fb56b09a2f16883e4ea980f5ea2d0c7c03204

Contents?: true

Size: 250 Bytes

Versions: 12

Compression:

Stored size: 250 Bytes

Contents

Given(/^A requirements file with dependencies$/) do
  @user = ::DSL::User.new
  @user.create_python_app
end

Then(/^I should see a Python dependency with a license$/) do
  @output.should =~ /^argparse, 1.2.1, Python Software Foundation License$/
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
license_finder-1.0.0.0 features/step_definitions/python_steps.rb
license_finder-1.0.0.0-java features/step_definitions/python_steps.rb
license_finder-0.9.5.1-java features/step_definitions/python_steps.rb
license_finder-0.9.5.1 features/step_definitions/python_steps.rb
license_finder-0.9.5 features/step_definitions/python_steps.rb
license_finder-0.9.5-java features/step_definitions/python_steps.rb
license_finder-0.9.4-java features/step_definitions/python_steps.rb
license_finder-0.9.4 features/step_definitions/python_steps.rb
license_finder-0.9.3-java features/step_definitions/python_steps.rb
license_finder-0.9.3 features/step_definitions/python_steps.rb
license_finder-0.9.2-java features/step_definitions/python_steps.rb
license_finder-0.9.2 features/step_definitions/python_steps.rb