Sha256: fd270e98a22a0bf053768000700a3d8c80fcc88f15498c3348c8224aee51900a
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
Feature: Cloning a repository with gitme In order to fetch and configure a repository with gitme A user specifies the repository url in a yaml file and then calls gitme with the repository name Scenario: Cloning a repository Given I write to "gitme.yml" with: """ --- test-repo: repository: ../../ """ And I successfully run `../../bin/gitme -f gitme.yml test-repo` When I run `pwd` Then the output should contain "test-repo" And a directory named ".git" should exist
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitme-0.0.1 | features/gitme.feature |