Convert test to spec syntax
Reasons:
-
describe
are really useful, esp. for the setup (before
) of nesteddescribe
blocks - allows better structure of tests
- the example names can be sentences instead of valid method syntax
- overall better readability
Edited by Ghost User