features/repo_build.feature in ascii_binder-0.1.13 vs features/repo_build.feature in ascii_binder-0.1.14
- old
+ new
@@ -11,10 +11,10 @@
Scenario: A user wants to build all distros against the current repo branch
Given a valid AsciiBinder docs repo with multiple distros
When the user runs `asciibinder build` on that repo directory
Then the program generates preview content for all distros in the current branch
- Scenario: A user wants to do a build in a repo with alias that points to a nonexistant topic
+ Scenario: A user wants to do a build in a repo with alias that points to a nonexistent topic
Given a valid AsciiBinder docs repo with an invalid alias
When the user runs `asciibinder build` on that repo directory
Then the program exits with a warning
Scenario: A user wants to build a single distro against the current repo branch