aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_locusts.rb
blob: d2e8811b80b7adaa0720e927b7bb9b115ff775ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# typed: true
# frozen_string_literal: true

require "test_helper"

class TestLocusts < Minitest::Test
  def test_it_does_something_useful
    assert_nil ::Locusts::Locusts.introduceLocusts
  end
end