Sha256: 6a2f3f9ada6c7a424e21aafd3ba42ac5c04ca6475ceb2041d7e62e679664f384

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 Bytes

Contents

Story: Nested example groups

  As an RSpec user
  I want to nest examples groups
  So that I can better organize my examples

  Scenario: Run with ruby
    Given the file ../../examples/passing/stack_spec_with_nested_example_groups.rb
    When I run it with the ruby interpreter -fs
    Then the stdout should match /Stack \(empty\)/
    And the stdout should match /Stack \(full\)/

  Scenario: Run with ruby
    Given the file ../../examples/passing/stack_spec_with_nested_example_groups.rb
    When I run it with the spec script -fs
    Then the stdout should match /Stack \(empty\)/
    And the stdout should match /Stack \(full\)/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dchelimsky-rspec-1.1.11.1 stories/example_groups/nested_groups
dchelimsky-rspec-1.1.11 stories/example_groups/nested_groups