Skip to content

Commit

Permalink
Updated cuke4php gem with olbrich/cuke4php#18
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Jan 19, 2012
1 parent dd3e4e2 commit 38e64f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -34,8 +34,10 @@ As well as this package, you will need to download/install:
* php5's sockets extension
* Selenium's standalone server

These commands will do this for you:

# This has an unreleased fix in it so I rebundled the gem
sudo gem install cuke4php-0.9.10b.gem
sudo gem install cuke4php-0.9.10c.gem
# If you use MacPorts, do this. If you don't use MacPorts, figure out another way of doing this
sudo port install php5-sockets
wget http://selenium.googlecode.com/files/selenium-server-standalone-2.17.0.jar
Expand Down Expand Up @@ -73,8 +75,8 @@ The following environment variables are supported:

## Things we used.

* cuke4php is here: https://github.com/olbrich/cuke4php
* The php-webdriver library was built by Facebook: https://github.com/facebook/php-webdriver
* The selenium standalone server comes from here: http://code.google.com/p/selenium/downloads/list
* [cuke4php](https://github.com/olbrich/cuke4php)
* [Selenium's standalone server](http://code.google.com/p/selenium/downloads/list)
* [Facebook's php-webdriver library](https://github.com/facebook/php-webdriver)

In addition, cuke4php relies on our old friend, PHPUnit.
Binary file removed cuke4php-0.9.10b.gem
Binary file not shown.
Binary file added cuke4php-0.9.10c.gem
Binary file not shown.

0 comments on commit 38e64f3

Please sign in to comment.