Sha256: bc226f04434302d8da080e2800defa1908a7aeaa4db06cd2f97fe7347ed2953c
Contents?: true
Size: 283 Bytes
Versions: 28
Compression:
Stored size: 283 Bytes
Contents
Given /^the project uses "git" scm$/ do repo = "git://some.host/drnic/ruby.git" in_project_folder do unless File.exist?(".git") %x[ git init ] %x[ git add . ] %x[ git commit -m "initial commit" ] %x[ git remote add origin #{repo} ] end end end
Version data entries
28 entries across 28 versions & 4 rubygems