summaryrefslogtreecommitdiffstats
path: root/tests/units/test_init.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 10:04:26 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 10:04:26 -0800
commita1237671ba3ec38f5b123ee6600e4352dc03196b (patch)
tree71bc13cb36799e778237097b343a4d4fa9189b3f /tests/units/test_init.rb
parentefcce7fc123b9e64fb9d93224e4e78d09144af3d (diff)
downloadthird_party-ruby-git-a1237671ba3ec38f5b123ee6600e4352dc03196b.tar.gz
third_party-ruby-git-a1237671ba3ec38f5b123ee6600e4352dc03196b.tar.xz
third_party-ruby-git-a1237671ba3ec38f5b123ee6600e4352dc03196b.zip
git add working, git status object working
Diffstat (limited to 'tests/units/test_init.rb')
-rw-r--r--tests/units/test_init.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/test_init.rb b/tests/units/test_init.rb
index 4681ba0..c192dc0 100644
--- a/tests/units/test_init.rb
+++ b/tests/units/test_init.rb
@@ -53,6 +53,7 @@ class TestInit < Test::Unit::TestCase
in_temp_dir do |path|
g = Git.clone(@wbare, 'bare-co')
assert(File.exists?(File.join(g.repo.path, 'config')))
+ assert(g.dir)
end
end