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