mirror of https://github.com/nmasse-itix/liche.git
2 changed files with 13 additions and 2 deletions
@ -0,0 +1,5 @@ |
|||
Feature: Error |
|||
Scenario: Fail with no argument |
|||
Given a file named "foo.md" with "" |
|||
When I run `linkcheck` |
|||
Then the exit status should be 1 |
|||
Loading…
Reference in new issue