Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat committed Jun 2, 2008
1 parent 3ea5792 commit 8e1258e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/git_helper.rb
@@ -1,9 +1,13 @@
require 'fileutils'
require 'tmpdir'

# Instantiating a GitHelper object creates a temp directory containing 3 repos.
# 1 that's considered the remote repo and 2 peer local repos (local1 and local2).
# All 3 are synchronized with the same data (they contain a few dummy files).
# Once instantiated you can access the 3 full repo locations with attribute readers
# remote, local1 and local2.
class GitHelper
include FileUtils
include GitRemoteBranch

@@WORK_DIR = 'repo_test'

Expand Down

0 comments on commit 8e1258e

Please sign in to comment.