0.0.3 • Published 11 years ago

grunt-phpspec v0.0.3

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

grunt-phpspec

Grunt plugin for running PHPSpec.

This plugin is developed for Grunt 0.4.1 and is not tested for backward compatibility with Grunt 0.3.x.

##Getting Started 1. Install this grunt plugin with the following command:

```bash
npm install grunt-phpspec --save-dev
```
  1. Install PHPSpec (preferably with composer)
  2. Add this to your project's Gruntfile.js gruntfile:

    grunt.loadNpmTasks('grunt-phpspec');

##PHPSpec task Run this task with the grunt phpspec command.

This task is a multi task so any targets, files and options should be specified according to the multi task documentation.

###Usage Example

phpspec: {
    app: {
        specs: 'specs/'
    },
    options: {
        prefix: 'bin/'
    }
}

###Target Properties ####specs Type: String

The directory where containing Specs to be run.

###Options ####prefix Type: String Default: ''

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago