diff --git a/test/collaboration_test.rb b/test/collaboration_test.rb index 52bac5c..8068fa0 100644 --- a/test/collaboration_test.rb +++ b/test/collaboration_test.rb @@ -157,5 +157,7 @@ class CollaborationTest < Minitest::Spec assert_equal configuration.lane_positions.values.inspect, %([#, \ #]) assert_equal ctx.inspect, %({:seq=>[:create, :create]}) + # we can actually see the last signal and its semantic is {[:suspend, "suspend-Gateway_0kknfje"]} + assert_equal configuration.signal.inspect, %(#) end end