/phpspec-vim

A vim integration of PHPSpec2

Primary LanguageVimLMIT LicenseMIT

PHPSpec2 Vim

Simple integration of PHPSpec2 for vim.

Work in progress...

Installation

Using Pathogen

git submodule add git://github.com/Herzult/phpspec-vim.git bundle/phpspec

Functionalities

Ok, more should be comming (including doc) but for the moment, here is what you get out of the box.

Describe a class

<leader>spd

Switch between spec & source of current class

<leader>sps

Run all the specs

<leader>spr

Run spec of current class

<leader>spc