Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 590 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 590 Bytes

Guard::Behat

Guard-behat will run behat tests every time you save a file. Launch guard and start working. If you do TDD (Test Driven Development) you will get a very short feedback loop.

Installation

guard-behat has not been pushed on RubyGems yet. If you want to try it, clone the repository, build the gem and install it.

git clone git://github.com/EricHogue/guard-behat.git
cd guard-behat
gem build guard-behat.gemspec
gem install guard-behat-0.0.1.gem

Usage

Please read Guard documentation.

You can get a default Guard file by running $ guard init guard-behat