Sha256: bb13a4ed74c9368927c22080f20ac9e518f7dfb98f28c608829dda76fb6aff8f

Contents?: true

Size: 363 Bytes

Versions: 14

Compression:

Stored size: 363 Bytes

Contents

Feature: Error handling

  Scenario: No filename is given
    When I run `rambo`
    Then it should fail with "USAGE: rambo [FILE]"

  Scenario: File given is not a RAML file
    Given a file "foobar.yml" with:
      """
      foo: bar
      """
    When I run `rambo foobar.yml`
    Then it should fail with "Unsupported file format. Please choose a RAML file."

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rambo_ruby-0.7.1 features/error_modes.feature
rambo_ruby-0.7.0 features/error_modes.feature
rambo_ruby-0.6.0 features/error_modes.feature
rambo_ruby-0.5.0 features/error_modes.feature
rambo_ruby-0.4.0 features/error_modes.feature
rambo_ruby-0.3.3 features/error_modes.feature
rambo_ruby-0.3.2 features/error_modes.feature
rambo_ruby-0.3.1 features/error_modes.feature
rambo_ruby-0.3.0 features/error_modes.feature
rambo_ruby-0.2.3 features/error_modes.feature
rambo_ruby-0.2.2 features/error_modes.feature
rambo_ruby-0.2.1 features/error_modes.feature
rambo_ruby-0.2.0 features/error_modes.feature
rambo_ruby-0.1.0 features/error_modes.feature