Add test for receiving dependencies

This commit is contained in:
2025-09-27 22:48:40 -04:00
parent 7991d34761
commit 6fedb185e2
2 changed files with 17 additions and 0 deletions

View File

@@ -10,4 +10,11 @@ class LaradiTest < ActiveSupport::TestCase
assert lu.execute === "It Works"
end
test "It can inject dependencies" do
lur = LogicUnitReceiver.new
assert_not_nil lur.get_unit
end
end