Sha256: 2a36c4dacc11228f272ac005d96ce05a636b82c2531728fb9efb5a6a01eb7a32

Contents?: true

Size: 640 Bytes

Versions: 15

Compression:

Stored size: 640 Bytes

Contents

Feature: 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 spec
    Given the file ../../examples/passing/stack_spec_with_nested_example_groups.rb
    When I run it with the spec command -fs
    Then the stdout should match /Stack \(empty\)/
    And the stdout should match /Stack \(full\)/

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
dchelimsky-rspec-1.1.99.1 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.13 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.2 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.3 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.4 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.5 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.6 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.7 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.8 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.99.9 features/example_groups/nested_groups.feature
newbamboo-evented-rspec-1.1.12 features/example_groups/nested_groups.feature
newbamboo-rspec-1.1.12 features/example_groups/nested_groups.feature
rspec-1.2.2 features/example_groups/nested_groups.feature
rspec-1.2.1 features/example_groups/nested_groups.feature
rspec-1.2.0 features/example_groups/nested_groups.feature