Skip to content

Instantly share code, notes, and snippets.

@jbrains
Created September 11, 2009 02:54
testDetachingWhileNotLanded() {
parachute = Parachute.new(lander = mock(Lander))
lander.stubs().has_landed().to_return(false)
this_block {
parachute.detach()
}.should raise("You broke the lander, idiot.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment