Sha256: 614c08aed076067650ad866959a5d417f9a93b855c2c4a7679d1e5b58b23ebf0

Contents?: true

Size: 542 Bytes

Versions: 2

Compression:

Stored size: 542 Bytes

Contents

Before do
  @git = Git.new
end

Given /^the git repo: "([^"]*)"$/ do |arg1|
  pending # express the regexp above with the code you wish you had
end

Given /^there are no uncommitted changes in that directory$/ do
  pending # express the regexp above with the code you wish you had
end

When /^I ask if there are any uncommitted changes$/ do
  pending # express the regexp above with the code you wish you had
end

Then /^the program should return "([^"]*)"$/ do |arg1|
  pending # express the regexp above with the code you wish you had
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
beta_tools-0.0.5 features/step_definitions/git_steps.rb
beta_tools-0.0.4 features/step_definitions/git_steps.rb