ruby / TryRuby

This 4th iteration of TryRuby is a website where you can learn the Ruby language.
https://try.ruby-lang.org
MIT License
226 stars 97 forks source link

Test system #115

Closed hmdne closed 2 years ago

hmdne commented 2 years ago

A test system for automatically testing changes and finding out if a PR breaks anything...

hmdne commented 2 years ago

I'm satisfied with the result. Test result is random - possibly I should add some delay or use rspec-retry. But for now let it be.

hsbt commented 2 years ago

@hmdne Thanks! It's great.