Sha256: 4e7f80ba83998a041302dca143d22c13efe06b22e0badefbd225a9dd7803c40a
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 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 expect(@user).to be_seeing_line "argparse, 1.2.1, Python Software Foundation License" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
license_finder-1.2 | features/step_definitions/python_steps.rb |
license_finder-1.2-java | features/step_definitions/python_steps.rb |