Sha256: 52a843082ee08c64cf4b5a266a13c68389d70f4c9515cb1e23aa205657893191

Contents?: true

Size: 371 Bytes

Versions: 1

Compression:

Stored size: 371 Bytes

Contents

require 'simplecov'
SimpleCov.start

# This environment variable exists so that we can run WASM tests
# via the CI process for libs/wasm* and not just through the CI
# of the ruby-sdk
WASM_DIR = ENV['WASM_DIR'] || File.join(File.dirname(__FILE__), '..', 'test-assets', 'wasm')

# Load the WebAssembly module
def load_wasm(name)
  File.read(File.join(WASM_DIR, name))
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
streamdal-0.0.4 lib/spec_helper.rb