Sha256: 6e0934934cbac80dacf6ef89d5ea39b8fc812d421351358a7bbefc6cc0e8bcc0

Contents?: true

Size: 258 Bytes

Versions: 5

Compression:

Stored size: 258 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
  @user.should be_seeing_line "argparse, 1.2.1, Python Software Foundation License"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
license_finder-1.1.1-java features/step_definitions/python_steps.rb
license_finder-1.1.1 features/step_definitions/python_steps.rb
license_finder-1.1.0 features/step_definitions/python_steps.rb
license_finder-1.0.1 features/step_definitions/python_steps.rb
license_finder-1.0.0.1 features/step_definitions/python_steps.rb