Skip to content

Commit

Permalink
Remove Backend.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Kato <joseph@jdkato.io>
  • Loading branch information
jdkato committed Dec 10, 2020
1 parent 7d0e2c9 commit 0d3e260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
12 changes: 0 additions & 12 deletions Microsoft/Backend.yml

This file was deleted.

24 changes: 12 additions & 12 deletions features/rules.feature
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ Feature: Rules
test.md:35:8:Microsoft.ComplexWords:Consider using 'carry out' or 'do' instead of 'accomplish'.
"""

Scenario: Backend vs. Back-end
When I test "Backend"
Then the output should contain exactly:
"""
test.md:3:7:Microsoft.Backend:Use 'back-end' instead of 'back end'.
test.md:9:20:Microsoft.Backend:Use 'back end' instead of 'back-end'.
test.md:11:5:Microsoft.Backend:Use 'back-end' instead of 'back end'.
test.md:13:5:Microsoft.Backend:Use 'back end' instead of 'back-end'.
test.md:15:24:Microsoft.Backend:Use 'back-end' instead of 'back end'.
test.md:15:50:Microsoft.Backend:Use 'back-end' instead of 'back end'.
test.md:19:17:Microsoft.Backend:Use 'back-end' instead of 'back end'.
"""
# Scenario: Backend vs. Back-end
# When I test "Backend"
# Then the output should contain exactly:
# """
# test.md:3:7:Microsoft.Backend:Use 'back-end' instead of 'back end'.
# test.md:9:20:Microsoft.Backend:Use 'back end' instead of 'back-end'.
# test.md:11:5:Microsoft.Backend:Use 'back-end' instead of 'back end'.
# test.md:13:5:Microsoft.Backend:Use 'back end' instead of 'back-end'.
# test.md:15:24:Microsoft.Backend:Use 'back-end' instead of 'back end'.
# test.md:15:50:Microsoft.Backend:Use 'back-end' instead of 'back end'.
# test.md:19:17:Microsoft.Backend:Use 'back-end' instead of 'back end'.
# """

Scenario: Use of contractions
When I test "Contractions"
Expand Down

0 comments on commit 0d3e260

Please sign in to comment.