features/repo_create.feature in ascii_binder-0.1.13 vs features/repo_create.feature in ascii_binder-0.1.14

- old
+ new

@@ -5,9 +5,9 @@ Scenario: A user tries to create a repo in an existing directory Given an existing repo directory When the user runs `asciibinder create` on that repo directory Then the program exits with a warning - Scenario: A user tries to create a repo in a nonexistant directory - Given a nonexistant repo directory + Scenario: A user tries to create a repo in a nonexistent directory + Given a nonexistent repo directory When the user runs `asciibinder create` on that repo directory Then the program generates a new base docs repo