Skip to content

Commit

Permalink
Gherkin added to Readme and package.json keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Quang Van committed Feb 3, 2012
1 parent c69bf65 commit d0e3da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
@@ -1,6 +1,6 @@
# What is it?

[Cucumber](http://cukes.info/) syntax add-on for [mocha](https://github.com/visionmedia/mocha) javascript/node test framework.
[Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin)-[Cucumber](http://cukes.info/) syntax add-on for [mocha](https://github.com/visionmedia/mocha) javascript/node test framework for customer acceptance testing.

Provides high-level/functional/acceptance test organization lingo, using _'Feature'_, _Stories_, _'Scenarios'_, _'Given/Then/When'_.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,6 +10,6 @@
}
, "devDependencies" : { "coffee-script" : "*"
}
, "keywords" : ["mocha", "bdd", "stories", "cucumber", "test", "testing", "acceptance", "customer", "functional", "end-user"]
, "keywords" : ["mocha", "bdd", "stories", "cucumber", "test", "testing", "gherkin", "acceptance", "customer", "functional", "end-user"]
, "main" : "./index.js"
}

0 comments on commit d0e3da4

Please sign in to comment.