summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec/game_of_life_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2023-06-30Update and fix rubocop offensesAhmed AbdelHalim1-1/+0
2021-02-10Better and more performant ruby rendering in alternative terminala14m1-2/+2
Ref: https://github.com/ruby/ruby/blob/ruby_2_7/lib/irb/easter-egg.rb#L112-L131 Ref: https://stackoverflow.com/questions/11023929/using-the-alternate-screen-in-a-bash-script Ref: https://superuser.com/questions/122911/what-commands-can-i-use-to-reset-and-clear-my-terminal
2021-01-30Fix Living/Dead cells can have more than 1 char or have the same chara14m1-12/+38
2020-12-14Ignore rubocop violation about any instancea14m1-0/+2
2020-12-14Fix rspec violations and complete coverage testinga14m1-18/+45
2020-12-14Add the specs for the parsed_options method (fixing negative issues)a14m1-0/+62
2020-12-10Update the seed generator testa14m1-2/+3
2020-12-03Add the GameOfLife module API for generating universes and running thema14m1-2/+70
2020-12-03Remove the templated speca14m1-4/+0
2020-11-27Initial commit of the ruby gema14m1-0/+11