vs4vijay / golife

Conway's Game of Life Implementation in Ruby
MIT License
2 stars 3 forks source link

Unit tests #7

Open ghwilley opened 7 years ago

ghwilley commented 7 years ago

I'm not done with all unit testing, but after seeing the method-style I'm wondering if I should keep going forward with the style I've been writing... I come from an RSpec background so things are much more descriptive.

I could also use a little help figuring out how to monitor that generations are being generated correctly..