Skip to content

Commit

Permalink
Add information in developper test about skipping js test
Browse files Browse the repository at this point in the history
  • Loading branch information
shingara committed Oct 25, 2013
1 parent 696ca9c commit b841bc6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/DEVELOPER-ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ After you just need launch the script with adapting runner of mongoid.

In my case, the complete test suite down to 2min after a 16min long
before.

## Avoid running acceptance test with phantomjs

Some acceptance test use phantomjs to interpret the Javascript in page.
To avoid this test you can launch your test by skipping js tag

```
bundle exec rspec spec --tag="~js"
```

0 comments on commit b841bc6

Please sign in to comment.