features/git.feature in vclog-1.8.1 vs features/git.feature in vclog-1.8.2

- old
+ new

@@ -3,84 +3,84 @@ I want to generate a nicely formatted Changelog And I want to generate a nicely formatted Release History Scenario: Git Changelog Given a suitable Git repository - When I run "vclog" + When I run `vclog` Then the exit status should be 0 Scenario: Git Changelog in RDoc Given a suitable Git repository - When I run "vclog -f rdoc" + When I run `vclog -f rdoc` Then the exit status should be 0 Scenario: Git Changelog in Markdown Given a suitable Git repository - When I run "vclog -f markdown" + When I run `vclog -f markdown` Then the exit status should be 0 Scenario: Git Changelog in HTML Given a suitable Git repository - When I run "vclog -f html" + When I run `vclog -f html` Then the exit status should be 0 Scenario: Git Changelog in XML Given a suitable Git repository - When I run "vclog -f xml" + When I run `vclog -f xml` Then the exit status should be 0 Scenario: Git Changelog in Atom Given a suitable Git repository - When I run "vclog -f atom" + When I run `vclog -f atom` Then the exit status should be 0 Scenario: Git Changelog in YAML Given a suitable Git repository - When I run "vclog -f yaml" + When I run `vclog -f yaml` Then the exit status should be 0 Scenario: Git Changelog in JSON Given a suitable Git repository - When I run "vclog -f json" + When I run `vclog -f json` Then the exit status should be 0 Scenario: Git Release History Given a suitable Git repository - When I run "vclog r" + When I run `vclog r` Then the exit status should be 0 Scenario: Git Release History in RDoc Given a suitable Git repository - When I run "vclog r -f rdoc" + When I run `vclog r -f rdoc` Then the exit status should be 0 Scenario: Git Release History in Markdown Given a suitable Git repository - When I run "vclog rel -f markdown" + When I run `vclog rel -f markdown` Then the exit status should be 0 Scenario: Git Release History in HTML Given a suitable Git repository - When I run "vclog rel -f html" + When I run `vclog rel -f html` Then the exit status should be 0 Scenario: Git Release History in XML Given a suitable Git repository - When I run "vclog rel -f xml" + When I run `vclog rel -f xml` Then the exit status should be 0 Scenario: Git Release History in Atom Given a suitable Git repository - When I run "vclog rel -f atom" + When I run `vclog rel -f atom` Then the exit status should be 0 Scenario: Git Release History in YAML Given a suitable Git repository - When I run "vclog rel -f yaml" + When I run `vclog rel -f yaml` Then the exit status should be 0 Scenario: Git Release History in JSON Given a suitable Git repository - When I run "vclog rel -f json" + When I run `vclog rel -f json` Then the exit status should be 0