Sha256: 7b1aa12640bbfbe7e430e795340ca11f5b7ab6cd440763bef61178497d530cb3

Contents?: true

Size: 639 Bytes

Versions: 11

Compression:

Stored size: 639 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 script -fs
    Then the stdout should match /Stack \(empty\)/
    And the stdout should match /Stack \(full\)/

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
dchelimsky-rspec-1.1.11.4 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.11.5 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.11.6 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.11.7 features/example_groups/nested_groups.feature
dchelimsky-rspec-1.1.12 features/example_groups/nested_groups.feature
rspec-1.1.12 features/example_groups/nested_groups.feature
spree-0.6.0 vendor/plugins/rspec/features/example_groups/nested_groups.feature
spree-0.7.0 vendor/plugins/rspec/features/example_groups/nested_groups.feature
spree-0.7.1 vendor/plugins/rspec/features/example_groups/nested_groups.feature
spree-0.8.0 vendor/plugins/rspec/features/example_groups/nested_groups.feature
spree-0.8.1 vendor/plugins/rspec/features/example_groups/nested_groups.feature