Sha256: df125169fba1299824e99578053007fa65496b322b2a09e338cb44e350dcfec2

Contents?: true

Size: 516 Bytes

Versions: 24

Compression:

Stored size: 516 Bytes

Contents

# require File.dirname(__FILE__) + '/helper'
# 
# class TestReal < Test::Unit::TestCase
#   def setup
#     `rm -fr /Users/tom/dev/sandbox/grittest.git`
#     `git --git-dir=/Users/tom/dev/sandbox/grittest.git init`
#     @repo = Repo.new('/Users/tom/dev/sandbox/grittest.git')
#   end
#   
#   def test_real
#     Grit.debug = true
#     
#     index = @repo.index
#     index.add('foo/bar/baz.txt', 'hello!')
#     index.add('foo/qux/bam.txt', 'world!')
#     
#     puts index.commit('first commit')
#   end
# end

Version data entries

24 entries across 24 versions & 12 rubygems

Version Path
boof-grit-1.1.2 test/test_real.rb
cho45-grit-0.8.2 test/test_real.rb
davetron5000-grit-1.1.2 test/test_real.rb
davetron5000-grit-1.1.3 test/test_real.rb
joelmoss-grit-1.1.4 test/test_real.rb
joelmoss-grit-1.1.5 test/test_real.rb
joelmoss-grit-1.1.6 test/test_real.rb
koke-grit-0.8.1 test/test_real.rb
mojombo-grit-0.9.3 test/test_real.rb
mojombo-grit-0.9.4 test/test_real.rb
pjhyett-grit-0.9.11 test/test_real.rb
pjhyett-grit-0.9.12 test/test_real.rb
relevance-grit-0.8.1 test/test_real.rb
relevance-grit-0.8.3 test/test_real.rb
schacon-grit-0.9.1 test/test_real.rb
schacon-grit-0.9.3 test/test_real.rb
schacon-grit-0.9.4 test/test_real.rb
square-circle-triangle-grit-1.1.3 test/test_real.rb
square-circle-triangle-grit-1.1.4 test/test_real.rb
git-trip-0.0.4 vendor/grit/test/test_real.rb