summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec
AgeCommit message (Collapse)AuthorFilesLines
2023-06-30Update and fix rubocop offensesAhmed AbdelHalim1-1/+0
2021-02-17Remove codecov as it's not working on srhta14m1-3/+0
SimpleCov is internally using JSON but doesn't include it as a dependency that's why it needs to be added to the dev dependencies Ref: https://github.com/simplecov-ruby/simplecov/issues/917
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-14Add codecov configurations for monorepoa14m1-1/+4
2020-12-14Ignore rubocop violation about any instancea14m1-0/+2
2020-12-14Fix rspec violations and complete coverage testinga14m3-39/+75
2020-12-14Add codecov integrationa14m1-0/+6
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-10Add the seed generator testinga14m1-3/+85
2020-12-06Add the error handling for missing/invalid file/URL inputa14m1-0/+24
2020-12-03Add the seed generator place holder class and test (and CLI error)a14m1-0/+10
2020-12-03Add the GameOfLife module API for generating universes and running thema14m1-2/+70
2020-12-03Randomize the order and stub constants useda14m3-5/+10
2020-12-03Remove the templated speca14m1-4/+0
2020-12-02Add the specs for the input file generatora14m1-0/+49
2020-12-02Add testing for universea14m1-0/+146
2020-12-02Use x,y coordinates instead of pos_x (and disable rubocop warning)a14m1-4/+4
2020-12-02Move the plane into the lexically correct spec foldera14m1-0/+0
2020-12-02Add the rspec for the cell classa14m1-0/+139
2020-11-30Add the cyclic plane (circular array) implementation w/testinga14m1-0/+39
2020-11-27Initial commit of the ruby gema14m2-0/+27