summaryrefslogtreecommitdiffstats
path: root/tests/units/test_init.rb
diff options
context:
space:
mode:
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