TestBench.context "Math" do
  test "Addition" do
    assert(1 + 1 == 2)
  end
end
