DetachmentSystemTest { testRespondsToRapidAcceleration() { detachment_system = DetachmentSystem.new(parachute = mock(Parachute)) parachute.expects().detach() this_block { detachment_system.handle_acceleration_report(-50.ms2) }.should execute_without_incident } }