Sha256: bb1e19ca563b932c1438bb2977e3d20271c2882b55028743a84776c2cfd4d08c

Contents?: true

Size: 303 Bytes

Versions: 5

Compression:

Stored size: 303 Bytes

Contents

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

require 'rubygems'
require 'test/unit'
 
# include Gattica
 
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

5 entries across 5 versions & 4 rubygems

Version Path
readmedia-gattica-0.6.2.1 test/helper.rb
chrisle-gattica-0.6.3 test/helper.rb
songphi-gattica-0.5.3 test/helper.rb
betapond-gattica-0.5.2 test/helper.rb
betapond-gattica-0.5.1 test/helper.rb