Skip to content

Commit

Permalink
Merge pull request #265 from wheresrhys/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tebriel committed Dec 17, 2013
2 parents cd0db30 + 5bac21b commit 378bb77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -47,7 +47,8 @@ usage
------

Write the specifications for your code in `*.js` and `*.coffee` files in the `spec/` directory.
You can use sub-directories to better organise your specs.
You can use sub-directories to better organise your specs. In the specs use `describe()`, `it()` etc. exactly
as you would in client-side jasmine specs.

**Note**: your specification files must be named as `*spec.js`, `*spec.coffee` or `*spec.litcoffee`,
which matches the regular expression `/spec\.(js|coffee|litcoffee)$/i`;
Expand Down

0 comments on commit 378bb77

Please sign in to comment.