Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Jan 2, 2014
1 parent 0fd20a4 commit fe56965
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ version](https://badge.fury.io/js/hydro-bdd.png)](http://badge.fury.io/js/hydro-
BDD interface for [hydro](https://github.com/hydrojs/hydro)

```js
describe('My module', function() {
it('it really works', function() {
describe('hydro-bdd', function() {
context('working', function() {
when('works for real', function() {
it('really works', function() {

});
});
});
});
```
Expand Down

0 comments on commit fe56965

Please sign in to comment.