Sha256: 8faae47bfd2a35017476594bac2919ecc44b0dc20b77799ef4b3c66fdc4d85eb

Contents?: true

Size: 942 Bytes

Versions: 53

Compression:

Stored size: 942 Bytes

Contents

Feature: dawn complains on its command line when incomplete
  When executed dawn needs a target to analyse

  Scenario: dawn complains if you don't specify the target framework
    When I run `bundle exec dawn`
    Then the stderr should contain "missing target"

  Scenario: dawn complains if you don't specify the target
    When I run `bundle exec dawn -s`
    Then the stderr should contain "missing target"

  Scenario: dawn complains if the target doesn't exist
    Given the generic project "/tmp/this_is_foo" doesn't exist
    When I run `bundle exec dawn -s /tmp/this_is_foo`
    Then the stderr should contain "invalid directory (/tmp/this_is_foo)"

  Scenario: dawn complains if the target uses a different framework than the one specified
    Given the hello world rails project does exist
    When I run `bundle exec dawn -s /tmp/hello_world_3.2.13`
    Then the stderr should contain "nothing to do on /tmp/hello_world_3.2.13"

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
dawnscanner-2.2.0 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.1.1 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.1.0 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.0.0 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.0.0.rc5 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.0.0.rc4 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.0.0.rc3 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.0.0.rc2 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-2.0.0.rc1 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.9 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.8 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.7 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.6 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.5 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.4 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.3 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.2 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.1 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.6.0 features/dawn_complains_about_an_incorrect_command_line.feature.disabled
dawnscanner-1.5.2 features/dawn_complains_about_an_incorrect_command_line.feature.disabled