From 826c3ea319eed993281a1fe4351bef645bcf6ec3 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Fri, 25 Oct 2013 18:28:18 +0200 Subject: [PATCH] Add information in developper test about skipping js test --- docs/DEVELOPER-ADVANCED.md | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 8608c63..8f58e35 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -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" +``` -- libgit2 0.21.2