Sha256: 5aa507b28ec4e7c1d5212d166fb8e5d50719f6a4d88206bdc8ff9d6dd2b817ed

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

Given(/^A Podfile with dependencies$/) do
  @user = ::DSL::User.new
  @user.create_cocoapods_app
end

Then(/^I should see a CocoaPods dependency with a license$/) do
  @user.should be_seeing_line "ABTest, 0.0.5, MIT"
end

Version data entries

5 entries across 5 versions & 1 rubygems

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