Sha256: 04ec9405e2270d3efad9feb0dd6d0d81daf049f7ecd8a17c6a274c7434437c07

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

require 'feature_helper'

describe "Pip Dependencies" do
  # As a Python developer
  # I want to be able to manage Pip dependencies

  let(:user) { LicenseFinder::TestingDSL::User.new }

  specify "are shown in reports" do
    LicenseFinder::TestingDSL::PipProject.create
    user.run_license_finder
    expect(user).to be_seeing_line 'argparse, 1.2.1, "Python Software Foundation License"'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
license_finder-2.0.0.rc2 features/features/package_managers/pip_spec.rb