Skip to content

Commit

Permalink
make specs less noisy to read by using declarative expectations (#245)
Browse files Browse the repository at this point in the history
* make specs less noisy to read by using declarative expectations

problem: 
- specs are a bit hard to read

solution: 
- use `fails` / `passes` methods to indicate desired expectation 
- specs become more declarative and descriptive
  • Loading branch information
mindreframer authored and egonSchiele committed Dec 22, 2016
1 parent 78205de commit 3d09338
Showing 1 changed file with 113 additions and 113 deletions.
Loading

0 comments on commit 3d09338

Please sign in to comment.