Sha256: b28624191426eb0e7c6a3b009e98f28ac2c414714a6999859c22cb915212ee78

Contents?: true

Size: 487 Bytes

Versions: 2

Compression:

Stored size: 487 Bytes

Contents

# require File.dirname(__FILE__) + '/helper'
# 
# class TestReal < Test::Unit::TestCase
#   def setup
#     @repo = Repo.new('/Users/tom/dev/sandbox/ruby-on-rails-tmbundle')
#   end
#   
#   def test_real
#     # Grit.debug = true
#     
#     p @repo.commits
#     
#     # p (@repo.tree/'Syntaxes/Ruby on Rails.plist').data
#     # p @repo.tree('master', ['Snippets/rea.plist']).contents.first
#     p @repo.tree('master', ['Syntaxes/Ruby on Rails.plist']).contents.first
#   end
# end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mojombo-grit-0.8.0 test/test_real.rb
mojombo-grit-0.8.1 test/test_real.rb