Skip to content

Commit

Permalink
#22 --version, reproduced
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Dec 2, 2014
1 parent b918a6b commit 49b5b6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions features/cli.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Feature: Command Line Processing
Then Exit code is zero
And Stdout contains "-v, --verbose"

Scenario: Version can be printed
When I run bin/pdd with "--version"
Then Exit code is zero

Scenario: Simple puzzles collecting
Given I have a "Sample.java" file with content:
"""
Expand Down
2 changes: 1 addition & 1 deletion pdd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.version = PDD::VERSION
s.license = 'MIT'
s.summary = 'Puzzle Driven Development collector'
s.description = 'Collects puzzles from source code base'
s.description = 'Collects PDD puzzles from source code base'
s.authors = ['Yegor Bugayenko']
s.email = '[email protected]'
s.homepage = 'http://github.com/teamed/pdd'
Expand Down

0 comments on commit 49b5b6c

Please sign in to comment.