copypastedeveloper / given

Given is a bdd library made with the intent of wrapping common testing frameworks easily.
10 stars 2 forks source link

Add support for 'But' statements #2

Open copypastedeveloper opened 10 years ago

copypastedeveloper commented 10 years ago

these should basically behave just like then's, but the output text should be different. all then's should still be bundled together by 'and' statements, and but's should be treated the same way.