Skip to content

Instantly share code, notes, and snippets.

@everzet
Created December 14, 2011 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everzet/1476701 to your computer and use it in GitHub Desktop.
Save everzet/1476701 to your computer and use it in GitHub Desktop.
Composer package to install Behat
{
"require": {
"behat/behat": ">=2.2.0"
}
}
#!/bin/sh
wget -nc http://getcomposer.org/composer.phar
php composer.phar install
# after that, run behat with:
# vendor/bin/behat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment