From 88728e31b00eb45b8ae38a3e299399ab0cd496be Mon Sep 17 00:00:00 2001 From: vladikoff Date: Sat, 7 Jun 2014 15:07:02 -0700 Subject: [PATCH] 'none' option docs --- Gruntfile.js | 9 +++++++++ README.md | 5 +++-- docs/jasmine-options.md | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 98be3d9..f663bfe 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -66,6 +66,15 @@ module.exports = function(grunt) { summary: true, } }, + consoleDisplayOptionsNone: { + src: 'test/fixtures/pivotal/src/**/*.js', + options: { + specs: 'test/fixtures/pivotal/spec/*Spec.js', + helpers: 'test/fixtures/pivotal/spec/*Helper.js', + display: 'none', + summary: true, + } + }, deepOutfile: { src: 'test/fixtures/pivotal/src/**/*.js', options: { diff --git a/README.md b/README.md index 420831a..9b1c301 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jasmine v0.6.5 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) +# grunt-contrib-jasmine v0.6.5 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) > Run jasmine specs headlessly through PhantomJS. @@ -154,6 +154,7 @@ Default: `full` * `full` displays the full specs tree * `short` only displays a success or failure character for each test (useful with large suites) + * `none` displays nothing #### options.summary Type: `Boolean` @@ -311,4 +312,4 @@ for more information on the RequireJS template. Task submitted by [Jarrod Overson](http://jarrodoverson.com) -*This file was generated on Sat May 31 2014 21:18:20.* +*This file was generated on Sat Jun 07 2014 15:06:26.* diff --git a/docs/jasmine-options.md b/docs/jasmine-options.md index 72b89d7..bd81371 100644 --- a/docs/jasmine-options.md +++ b/docs/jasmine-options.md @@ -103,6 +103,7 @@ Default: `full` * `full` displays the full specs tree * `short` only displays a success or failure character for each test (useful with large suites) + * `none` displays nothing ## options.summary Type: `Boolean`