aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helper.rb
blob: f390cdd5bf43d3995d2be24129081ddc91ab6b2f (plain) (blame)
1
2
3
4
5
6
7
# typed: strict
# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path("../src", __dir__)
require "locusts"

require "minitest/autorun"