Sha256: 32aecdde424bf13e757db1a09fb0f760f749f0979cf6618ec991ef00ea72ffa5
Contents?: true
Size: 570 Bytes
Versions: 27
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
27 entries across 27 versions & 1 rubygems