The message is usually the name of the thing being tested.
The thing that is being described.
All the 'it' delegate functions that will test the thing.
1 describe("example_library#thing_to_test", 2 it("Should NOT fail", delegate() { 3 // code here 4 }) 5 );
See Implementation
The message is usually the name of the thing being tested.