Sha256: 43f481aa5cdda60b188460cb0f5927e094c23328f24d3634813924743a1df0bd

Contents?: true

Size: 207 Bytes

Versions: 10

Compression:

Stored size: 207 Bytes

Contents

Given(/^A package file with dependencies$/) do
  @user = ::DSL::User.new
  @user.create_node_app
end

Then(/^I should see a Node dependency with a license$/) do
  @output.should =~ /^jshint, 2.1.9, MIT$/
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
license_finder-0.9.5.1-java features/step_definitions/node_steps.rb
license_finder-0.9.5.1 features/step_definitions/node_steps.rb
license_finder-0.9.5 features/step_definitions/node_steps.rb
license_finder-0.9.5-java features/step_definitions/node_steps.rb
license_finder-0.9.4-java features/step_definitions/node_steps.rb
license_finder-0.9.4 features/step_definitions/node_steps.rb
license_finder-0.9.3-java features/step_definitions/node_steps.rb
license_finder-0.9.3 features/step_definitions/node_steps.rb
license_finder-0.9.2-java features/step_definitions/node_steps.rb
license_finder-0.9.2 features/step_definitions/node_steps.rb