Skip to content

Commit

Permalink
Assign zombie in README example (close cucumber#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Feb 6, 2012
1 parent bfb8022 commit 2e6db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Support files let you setup the environment in which steps will be run, and defi
``` javascript
// features/support/world.js

require('zombie');
var zombie = require('zombie');
var World = function(callback) {
this.browser = new zombie.Browser(); // this.browser will be available in step definitions

Expand Down

0 comments on commit 2e6db06

Please sign in to comment.