You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ Specify
3
3
4
4
BDD style code blocks for PHPUnit / Codeception
5
5
6
-
Specify allows you to write your tests in more readable BDD style.
6
+
Specify allows you to write your tests in more readable BDD style, the same way you might have experienced with [Jasmine](http://pivotal.github.io/jasmine/).
7
7
Inspired by MiniTest of Ruby now you combine BDD and classical TDD style in one test.
8
8
9
-
Additionaly, we recommemd to combine this with `codeception/verify` library, to get BDD style assertions.
9
+
Additionaly, we recommend to combine this with [`codeception/verify`](https://github.com/Codeception/Verify) library, to get BDD style assertions.
0 commit comments