Skip to content

Instantly share code, notes, and snippets.

@Vaguery
Created October 20, 2010 23:02
Show Gist options
  • Select an option

  • Save Vaguery/637525 to your computer and use it in GitHub Desktop.

Select an option

Save Vaguery/637525 to your computer and use it in GitHub Desktop.
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