Skip to content

Commit

Permalink
chore: Update to the latest spec (@nodejs tag renamed to @javascript)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Aug 22, 2016
1 parent 9245f79 commit 2de4489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ $ npm install gavel

Gavel.js is a JavaScript implementation of the [Gavel behavior specification](https://www.relishapp.com/apiary/gavel/) ([repository](https://github.com/apiaryio/gavel-spec)):

- [Gavel.js-specific documentation](https://www.relishapp.com/apiary/gavel/docs/node-js/)
- [Gavel.js-specific documentation](https://www.relishapp.com/apiary/gavel/docs/javascript/)
- [CLI documentation](https://www.relishapp.com/apiary/gavel/docs/command-line-interface/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cross-spawn": "^4.0.0",
"cucumber": "^1.2.2",
"cz-conventional-changelog": "^1.1.6",
"gavel-spec": "^1.1.0",
"gavel-spec": "^1.2.0",
"jscoverage": "^0.6.0",
"lodash": "^4.13.1",
"mocha": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/cucumber.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IS_WINDOWS = process.platform.match(/^win/)

# Removing '@cli' behavior from tests due to
# https://github.com/apiaryio/gavel-spec/issues/24
tags = ['@nodejs', '~@proposal', '~@draft', '~@nodejs-pending']
tags = ['@javascript', '~@proposal', '~@draft', '~@javascript-pending']
tags.push('~@cli') if process.platform.match(/^win/)


Expand Down

0 comments on commit 2de4489

Please sign in to comment.