AccelerationObserverTest { | |
testAccelerationObserverCanHandleRapidAcceleration() { | |
observer = create_acceleration_observer() // subclass responsibility | |
this_block { | |
observer.handle_acceleration_report(-50.ms2) | |
}.should execute_without_incident | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment