Sha256: 13e82379b9a18b68434eed0a01b05477ad7c9e3c1f2c7a9dff3688baeb0a1d0c
Contents?: true
Size: 570 Bytes
Versions: 17
Compression:
Stored size: 570 Bytes
Contents
Feature: Using .pdd config file As a source code writer I want to be able to call PDD as a command line tool and configure it via .pdd configuration file Scenario: Simple puzzles collecting Given I have a "Sample.java" file with content: """ @todo #13 Let's do it later, dude """ And I have a ".pdd" file with content: """ --verbose --source=. --file=out.xml """ When I run bin/pdd with "" Then Exit code is zero And Stdout contains "Reading ." And XML file "out.xml" matches "/puzzles[count(puzzle)=1]"
Version data entries
17 entries across 17 versions & 1 rubygems