Skip to content

Commit

Permalink
fix: removes "@stable" general tag
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Jul 8, 2019
1 parent 6b36d79 commit 411239f
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 18 deletions.
1 change: 0 additions & 1 deletion features/add-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ If you get lost, don't hesitate to ask in [issues][] or inspect [existing implem

- **General tags**

- **@stable** - Stable API or behavior, MUST be implemented
- **@proposal** - Proposal for stabilization, SHOULD be implemented
- **@draft** - Feature sketch, thoughts aggregation, MAY be implemented

Expand Down
2 changes: 1 addition & 1 deletion features/cli.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@cli @stable @javascript
@cli @javascript
Feature: Command-line interface
Installation: `npm install -g gavel`

Expand Down
2 changes: 1 addition & 1 deletion features/expectations/bodyJsonExample.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body - JSON example

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/expectations/bodyJsonSchema.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body - JSON schema (draft v4)

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/expectations/bodyJsonSchemaV3.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body - JSON schema (draft v3)

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/expectations/bodyTextExample.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body - text example

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/expectations/headers.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Headers
http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2

Expand Down
2 changes: 1 addition & 1 deletion features/expectations/method.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Method

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/expectations/statusCode.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Status code

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/expectations/uri.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: URI

Scenario: Matching HTTP message URI
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/body.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body validation

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/bodySchema.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body validation using JSON Schema (draft v4)

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/bodySchemaLegacy.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Body validation using JSON Schema (draft v3)

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/headers.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Headers validation

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/method.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Method validation

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/statusCode.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: Status code validation

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/fields/uri.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@javascript @stable
@javascript
Feature: URI validation

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/javascript/validate.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@stable @javascript
@javascript
Feature: validate

Scenario: HTTP Request
Expand Down

0 comments on commit 411239f

Please sign in to comment.