Sha256: ce2565d187871f7a8b5d561b0671508fd32c5de2c9e6b6e5f17105dfa8aea5c7

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

# Copyright (c) 2020 Jean-Sebastien Gelinas, see LICENSE.txt
# frozen_string_literal: true

require 'tileset_tooling/utils'

def test_data_path(name)
  "#{__dir__}/../../test/data/#{name}"
end

def test_result_path(name)
  "#{__dir__}/../../test/data/expected/#{name}"
end

def image_signature(path)
  ::TilesetTooling::Utils.image_signature(path)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tileset_tooling-0.1.0 features/support/test_data.rb
tileset_tooling-0.0.2 features/support/test_data.rb