Riot started as a lean Ruby unit test framework with tests that have a style like this:
RUBY:
-
context “a new user” do
setup { User.new }
asserts(“that it is not yet…