Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
rtf / test / helper_tests.rb
Size: Mime:
require 'rubygems'
require 'test/unit'

$LOAD_PATH.unshift(File.dirname(__FILE__)+"/../lib/")
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rtf'
include RTF

class Test::Unit::TestCase
  
  def fixture_file_path(filename)
    File.join(File.dirname(__FILE__), "fixtures", filename)
  end
end