Created
May 28, 2015 02:15
-
-
Save steve54b/4d5321f01c93e783b974 to your computer and use it in GitHub Desktop.
Steve L votersim.rb
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
| def test_voter_sim | |
| person = Person.new | |
| person.select_option | |
| end | |
| test_voter_sim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment