summaryrefslogtreecommitdiffstats
path: root/tests/units/test_config.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 11:03:03 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-11 11:03:03 -0800
commit440ec51cded64d49c5c2aae949401dd60e4b876d (patch)
tree2c5ea51e59e724203e7aceeed7d15d7b71d36690 /tests/units/test_config.rb
parenta4fa110279ea28873fe1e4df10c89ddc591046b4 (diff)
downloadthird_party-ruby-git-440ec51cded64d49c5c2aae949401dd60e4b876d.tar.gz
third_party-ruby-git-440ec51cded64d49c5c2aae949401dd60e4b876d.tar.xz
third_party-ruby-git-440ec51cded64d49c5c2aae949401dd60e4b876d.zip
fixed a small environment bug
Diffstat (limited to 'tests/units/test_config.rb')
-rw-r--r--tests/units/test_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/test_config.rb b/tests/units/test_config.rb
index 66dc9ff..46ccd1e 100644
--- a/tests/units/test_config.rb
+++ b/tests/units/test_config.rb
@@ -2,7 +2,7 @@
require File.dirname(__FILE__) + '/../test_helper'
-class TestBranch < Test::Unit::TestCase
+class TestConfig < Test::Unit::TestCase
def setup
set_file_paths
@git = Git.open(@wdir)