Sha256: 7d0983677fd40e825681992e15ad73bca6e2bd85fa76c8e86c1a90584589864e
Contents?: true
Size: 723 Bytes
Versions: 1
Compression:
Stored size: 723 Bytes
Contents
Feature: Command Line Processing As a newsletter author I want to be able to send a newsletter Scenario: Help can be printed When I run bin/rumble with "--help" Then Exit code is zero And Stdout contains "--help" Scenario: Version can be printed When I run bin/rumble with "--version" Then Exit code is zero Scenario: Sending test email Given I have a "a.liquid" file with content: """ Hi, {{ first }} How are you? """ When I run bin/rumble with "--test yegor256@gmail.com --host test --user test --password test --subject test --letter a.liquid --from me@example.com --dry --resume test@example.com" Then Stdout contains "Sent 0 email" And Exit code is zero
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumble-0.3.1 | features/cli.feature |