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