Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 1e7be7d

Browse files
authored
Merge pull request #80 from apiaryio/honzajavorek/update-spec
Update to the latest spec
2 parents 9245f79 + 2de4489 commit 1e7be7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ $ npm install gavel
2222

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

25-
- [Gavel.js-specific documentation](https://www.relishapp.com/apiary/gavel/docs/node-js/)
25+
- [Gavel.js-specific documentation](https://www.relishapp.com/apiary/gavel/docs/javascript/)
2626
- [CLI documentation](https://www.relishapp.com/apiary/gavel/docs/command-line-interface/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cross-spawn": "^4.0.0",
4545
"cucumber": "^1.2.2",
4646
"cz-conventional-changelog": "^1.1.6",
47-
"gavel-spec": "^1.1.0",
47+
"gavel-spec": "^1.2.0",
4848
"jscoverage": "^0.6.0",
4949
"lodash": "^4.13.1",
5050
"mocha": "^3.0.2",

scripts/cucumber.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IS_WINDOWS = process.platform.match(/^win/)
77

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

1313

0 commit comments

Comments
 (0)