Sha256: 76a27b66a2316e2af676e81a4aff18b3794761d701da87ad8912504a8aa55fe6

Contents?: true

Size: 545 Bytes

Versions: 24

Compression:

Stored size: 545 Bytes

Contents

Story: before suite
	As a developer using rspec
	I want to define before blocks in the global configuration
	So that I can define global things globally
	
	Scenario: running with ruby
	
		Given the file ../resources/spec/before_blocks_example.rb
		
    When I run it with the ruby interpreter

		Then the stdout should match "3 examples, 0 failures"
		
	Scenario: running with spec

		Given the file ../resources/spec/before_blocks_example.rb

    When I run it with the spec script

		Then the stdout should match "3 examples, 0 failures"
					

Version data entries

24 entries across 24 versions & 7 rubygems

Version Path
rspec-1.1.9 stories/configuration/before_blocks.story
rspec-1.1.8 stories/configuration/before_blocks.story
typo-5.1.98 vendor/plugins/rspec/stories/configuration/before_blocks.story
typo-5.2 vendor/plugins/rspec/stories/configuration/before_blocks.story