Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to make freshen tests fail on undefined tests?

By default when I run a freshen scenario, which contains an undefined given/when/then clause, that test is simply marked as undefined. No further helpful message as to what actually isn't defined is given. Is there a way to change this behavior to get more information what exactly was undefined?

like image 957
VoY Avatar asked Aug 18 '10 15:08

VoY


1 Answers

There is an open ticket requesting this at https://github.com/rlisagor/freshen/issues/16 I also attached a link to a github branch implementing this.

like image 145
Daniel Abel Avatar answered Oct 11 '22 14:10

Daniel Abel