Sha256: 45fb0fb001f275f620cef68423e1e7bea06bfcb3c47d3121ab2b1f84168a98d4
Contents?: true
Size: 417 Bytes
Versions: 5
Compression:
Stored size: 417 Bytes
Contents
Feature: Removing Puzzles As a source code writer I want to be able to remove PDD puzzles from source code Scenario: Removing puzzles from code Given I have a "a/test.txt" file with content: """ Hello, # @todo #42 Bye! # Bye! The End. """ When I run bin/pdd with "-v --remove -f /dev/null" Then Exit code is zero And Stdout contains "1 puzzles removed from a/test.txt"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pdd-0.24.0 | features/remove.feature |
pdd-0.23.2 | features/remove.feature |
pdd-0.23.1 | features/remove.feature |
pdd-0.23.0 | features/remove.feature |
pdd-0.22.0 | features/remove.feature |