aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_locusts.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/test_locusts.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_locusts.rb b/tests/test_locusts.rb
new file mode 100644
index 0000000..d2e8811
--- /dev/null
+++ b/tests/test_locusts.rb
@@ -0,0 +1,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