Last active
December 16, 2015 11:09
-
-
Save stephancom/5425465 to your computer and use it in GitHub Desktop.
TDD. Pending tests. Get cracking, bitches.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| describe "A robot", -> | |
| it "may not injure a human being or, through inaction, allow a human being to come to harm." | |
| it "must obey the orders given to it by human beings, except where such orders would conflict with the First Law." | |
| it "must protect its own existence as long as such protection does not conflict with the First or Second Laws." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment