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

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