Sha256: 366219189ffcca84bb37aed8bd57d42652573eaa055452402f63845c5795c791

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

$:.unshift File.dirname(__FILE__) + '/../lib/'

require "text_converter"
require "pathname"

module SpecHelper
  def fixture(filename)
    Pathname.new(File.dirname(__FILE__) + '/fixtures/' + filename).realpath
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
youpy-text-converter-0.0.1 spec/spec_helper.rb
youpy-text-converter-0.0.2 spec/spec_helper.rb