deps/gleamy_spec/extensions

Gleamy Spec Extensions Module

This module implements BDD-style describe and it blocks as inspired by RSpec.

Values

pub fn describe(name: String, body: fn() -> void) -> void
pub fn it(name: String, body: fn() -> void) -> void
Search Document