1 2 3 4 5 6 7 8 9
Feature: display the version Scenario: version When I run "conc --version" Then STDOUT contains: """ conc 0.4.0 """ And the exit code is 0