Gleamy Spec Extensions Module
This module implements BDD-style describe and it blocks as inspired by RSpec.
pub fn describe(name: String, body: fn() -> void) -> void
pub fn it(name: String, body: fn() -> void) -> void