Sha256: 18ea31b5a76016abdec5c1f2e96c72b9ac7dc8e5a3e8071ae34f36cd9d75d38f

Contents?: true

Size: 244 Bytes

Versions: 11

Compression:

Stored size: 244 Bytes

Contents

require 'rubygems'
require 'test/unit'

$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

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
thechrisoshow-ruby-rtf-0.2.0 test/test_helper.rb
rtf-0.3.0 test/test_helper.rb
clbustos-rtf-0.4.2 test/test_helper.rb
panmind-rtf-0.4.1 test/test_helper.rb
panmind-rtf-0.4.0 test/test_helper.rb
clbustos-rtf-0.3.1 test/test_helper.rb
panmind-rtf-0.3.1 test/test_helper.rb
clbustos-rtf-0.3.0 test/test_helper.rb
clbustos-rtf-0.2.2 test/test_helper.rb
clbustos-rtf-0.2.1 test/test_helper.rb
clbustos-rtf-0.1.2 test/test_helper.rb