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
dchelimsky-rspec-1.1.10 stories/configuration/before_blocks.story
dchelimsky-rspec-1.1.11.1 stories/configuration/before_blocks.story
dchelimsky-rspec-1.1.11 stories/configuration/before_blocks.story
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/stories/configuration/before_blocks.story
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/stories/configuration/before_blocks.story
jnstq-acts_as_sms-0.1.3 test/vendor/plugins/rspec/stories/configuration/before_blocks.story
jnstq-acts_as_sms-0.1.4 test/vendor/plugins/rspec/stories/configuration/before_blocks.story
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/configuration/before_blocks.story
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/configuration/before_blocks.story
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/configuration/before_blocks.story
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/configuration/before_blocks.story
merb-core-1.1.0.rc1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/configuration/before_blocks.story
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/stories/configuration/before_blocks.story
mack-0.8.2 lib/gems/rspec-1.1.11/stories/configuration/before_blocks.story
pictrails-0.5.0 vendor/plugins/rspec/stories/configuration/before_blocks.story
rspec-1.1.10 stories/configuration/before_blocks.story
rspec-1.1.5 stories/configuration/before_blocks.story
rspec-1.1.11 stories/configuration/before_blocks.story
rspec-1.1.7 stories/configuration/before_blocks.story
rspec-1.1.6 stories/configuration/before_blocks.story