Skip to content

Instantly share code, notes, and snippets.

@leoniv
Created May 21, 2018 23:23
Show Gist options
  • Save leoniv/e682e9addccd5b455edd016ae92f738b to your computer and use it in GitHub Desktop.
Save leoniv/e682e9addccd5b455edd016ae92f738b to your computer and use it in GitHub Desktop.
if desc("desribe message") then
if before() then
variable = "value"
endif;
if after() then
endif;
if it("it message") then
message(variable);
endif;
if desc("nested describe") then
if it("nested test") then
endif;
endif;
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment