Created
October 20, 2010 23:02
-
-
Save Vaguery/637525 to your computer and use it in GitHub Desktop.
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 "#random" do | |
| it "should use the settings specified elsewhere" do | |
| pending "what needs to be specced?" | |
| boring_writer = NudgeWriter.new | |
| boring_writer.block_width 10 | |
| boring_writer.block_depth 0 | |
| boring_writer.int_range 13...13 | |
| boring_writer.use_instructions :float_add | |
| boring_writer.use_refs :t66 | |
| boring_writer.use_random_values :int | |
| puts boring_writer.random | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment