Sha256: 8523241617928ea1f1c5092d7d52e6fa19bc806123166d5f5cb8601bcad777f5

Contents?: true

Size: 535 Bytes

Versions: 5

Compression:

Stored size: 535 Bytes

Contents

Given /^the following git repo:$/ do |table|
  hash = table.hashes.first
  api_token, project_id = hash['Pivotal Tracker Api Token/Project Id'].split '/'
  steps %Q{
    Given a directory named "#{hash[:Name]}"
      And I cd to "#{hash[:Name]}"
      And I run `git init`
      And I run `git config --local pivotal.api-token #{api_token}`
      And I run `git config --local pivotal.project-id #{project_id}`
      And an empty file named "README"
      And I run `git add .`
      And I run `git commit -m "Initial Commit"`
  }
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
git_pivotal_tracker-0.2.1 features/step_definitions/git_steps.rb
git_pivotal_tracker-0.2.0 features/step_definitions/git_steps.rb
git_pivotal_tracker-0.1.0 features/step_definitions/git_steps.rb
git_pivotal_tracker-0.0.9 features/step_definitions/git_steps.rb
git_pivotal_tracker_x-0.1.1 features/step_definitions/git_steps.rb