comfpile/test/test_helper.rb

7 lines
133 B
Ruby
Raw Normal View History

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