Sha256: c87acd676fa8af4ac578e37006155468be69de73a83c8790b46855a38270d27c
Contents?: true
Size: 517 Bytes
Versions: 14
Compression:
Stored size: 517 Bytes
Contents
Feature: Generate POST specs Scenario: Simple POST route Given a file named "foo.raml" like "basic_raml_with_post_route.raml" When I run `rambo foo.raml` Then the file "spec/contract/foo_spec.rb" should be like "simple_spec_file_with_post_route.rb.example" Scenario: POST route with headers Given a file named "foo.raml" like "post_with_request_headers.raml" When I run `rambo foo.raml` Then the file "spec/contract/foo_spec.rb" should be like "spec_file_with_request_headers.rb.example"
Version data entries
14 entries across 14 versions & 1 rubygems