summaryrefslogtreecommitdiffstats
path: root/tests/units/test_raw_internals.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-20 12:07:46 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-20 12:07:46 -0800
commitd07a2c04c1599fe707831afdd29397cc36e02fa6 (patch)
tree8bde8310874c92c4c2a51998ff53166a8e8e2d94 /tests/units/test_raw_internals.rb
parent2cef1e66c395296620225c7ffd77b772c6ad4215 (diff)
downloadthird_party-ruby-git-d07a2c04c1599fe707831afdd29397cc36e02fa6.tar.gz
third_party-ruby-git-d07a2c04c1599fe707831afdd29397cc36e02fa6.tar.xz
third_party-ruby-git-d07a2c04c1599fe707831afdd29397cc36e02fa6.zip
added files from the gitrb project, which seems abandoned, but which is great code
Diffstat (limited to 'tests/units/test_raw_internals.rb')
-rw-r--r--tests/units/test_raw_internals.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/units/test_raw_internals.rb b/tests/units/test_raw_internals.rb
new file mode 100644
index 0000000..b135e52
--- /dev/null
+++ b/tests/units/test_raw_internals.rb
@@ -0,0 +1,15 @@
+#!/usr/bin/env ruby
+
+require File.dirname(__FILE__) + '/../test_helper'
+
+class TestRawInternals < Test::Unit::TestCase
+
+ def setup
+ set_file_paths
+ @git = Git.open(@wdir)
+ end
+
+ def test_raw_log
+ end
+
+end \ No newline at end of file