Sha256: 14fc519319c6bc9c4faa0e2fb6f69d40a51baf6cbe1f60312c755b07bb4f6f84

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module SpecPaths
  def fixtures_path(*file)
    root_path('spec', 'fixtures', *file)
  end

  def jar_path(*file)
    root_path('dependencies', *file)
  end

  def root_path(*file)
    File.expand_path(File.join('..', '..', '..', *file), __FILE__)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tika-masala-1.5.0 spec/support/spec_paths.rb