features/cli.feature in git-gc-cron-0.0.1 vs features/cli.feature in git-gc-cron-0.0.2

- old
+ new

@@ -6,10 +6,10 @@ Scenario: recursively search repos Given a checked out repo "repos1/abc" And a checked out repo "repos1/def/xyz" And a bare repo "repos2/ghi.git" And a bare repo "repos3/jkl.git" - When I run "git-gc-cron scan repos1 repos2" + When I run "git-gc-cron repos1 repos2" Then the repo "repos1/abc" should be packed And the repo "repos1/def/xyz" should be packed And the repo "repos2/ghi.git" should be packed And the repo "repos3/jkl.git" should not be packed