comfpile-old/test/test_helper.rb

6 lines
133 B
Ruby

# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "comfpile"
require "minitest/autorun"