Skip to content

Commit

Permalink
Release 0.5.1 (#60)
Browse files Browse the repository at this point in the history
* release 0.5.1

* release 0.5.1

* release 0.5.1
  • Loading branch information
cjmarkham authored Sep 24, 2024
1 parent eb81467 commit 298e9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gherklin",
"version": "0.5.0",
"version": "0.5.1",
"description": "A linter for Gherkin syntax",
"scripts": {
"test": "NODE_ENV=testing mocha",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/rule_loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('RuleLoader', () => {
const load = loader.load('.', 'a-rule', Switch.on)
await expect(load).to.be.rejectedWith(
Error,
'could not find rule "a-rule" in default rules.\nIf this is a custom rule, please specify a customRuleDir in the config.',
'could not find rule "a-rule" in default rules.\nIf this is a custom rule, please specify "customRulesDirectory" in the config.',
)
})
})
Expand Down

0 comments on commit 298e9b8

Please sign in to comment.