Sha256: 18af43fefeee8e8e85fc7ddbbc09197d11e22931e4e9e9fa023dc90cce790e63
Contents?: true
Size: 631 Bytes
Versions: 58
Compression:
Stored size: 631 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/pure/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/pure/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
58 entries across 58 versions & 10 rubygems