Skip to content

Convert test to spec syntax

Ghost User requested to merge chores/convert-test-to-spec-syntax into master

Reasons:

  • describe are really useful, esp. for the setup (before) of nested describe blocks
  • allows better structure of tests
  • the example names can be sentences instead of valid method syntax
  • overall better readability
Edited by Ghost User

Merge request reports