Sha256: 7e1e8de8fb85c6c72b951623434b5af0b011a809982c8612d162f22d6fbc3234

Contents?: true

Size: 383 Bytes

Versions: 15

Compression:

Stored size: 383 Bytes

Contents

require File.join(File.dirname(__FILE__), *%w[.. lib grit])

require 'rubygems'
require 'test/unit'
gem "mocha", ">=0"
require 'mocha'

GRIT_REPO = File.join(File.dirname(__FILE__), *%w[..])

include Grit

def fixture(name)
  File.read(File.join(File.dirname(__FILE__), 'fixtures', name))
end

def absolute_project_path
  File.expand_path(File.join(File.dirname(__FILE__), '..'))
end

Version data entries

15 entries across 15 versions & 6 rubygems

Version Path
boof-grit-1.1.2 test/helper.rb
davetron5000-grit-1.1.2 test/helper.rb
davetron5000-grit-1.1.3 test/helper.rb
joelmoss-grit-1.1.4 test/helper.rb
joelmoss-grit-1.1.5 test/helper.rb
joelmoss-grit-1.1.6 test/helper.rb
square-circle-triangle-grit-1.1.3 test/helper.rb
square-circle-triangle-grit-1.1.4 test/helper.rb
ginst-2009.12.8 vendor/plugins/grit/test/helper.rb
ginst-2009.11.24 vendor/plugins/grit/test/helper.rb
ginst-2009.11.23 vendor/plugins/grit/test/helper.rb
ginst-2.0.1 vendor/plugins/grit/test/helper.rb
ginst-2.0.0 vendor/plugins/grit/test/helper.rb
grit-2.0.0 test/helper.rb
grit-1.1.0 test/helper.rb