summaryrefslogtreecommitdiffstats
path: root/tests/units/test_raw_internals.rb
blob: b135e5210ebf6566538cfa9ae235e9beb5bdb409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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