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