Sha256: ab2f402a64ff0eaf7f34c5dc544f4536857bf8907c7814cba1b13d480d7f0651

Contents?: true

Size: 213 Bytes

Versions: 5

Compression:

Stored size: 213 Bytes

Contents

Then /^a dependency "(.*)" is stored in "(.*)"$/ do |repo_name, deps_path|
  cache_path = "#{deps_path}/#{repo_name.zap}"
  steps %Q{
    Then a directory named "#{path_for_step(cache_path)}" should exist
  }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vim-flavor-4.0.3 features/step_definitions/dependency_steps.rb
vim-flavor-4.0.2 features/step_definitions/dependency_steps.rb
vim-flavor-4.0.1 features/step_definitions/dependency_steps.rb
vim-flavor-4.0.0 features/step_definitions/dependency_steps.rb
vim-flavor-3.0.0 features/step_definitions/dependency_steps.rb