Sha256: b7ef892ff03631fbd7977ff6593c46c66ad8ac046bf74d0d78e28b5de693e2b1

Contents?: true

Size: 572 Bytes

Versions: 29

Compression:

Stored size: 572 Bytes

Contents

Story: multiline steps in plain text stories

	As a plain text story writer
	I want to write steps with multiline arguments
	
	Scenario: two lines
	
		Given I have a two line step with this text:
		  This is the first line
			# This, by the way, is just a comment
			plus this is the second line

			# This, by the way, is just a comment
			
		When I have a When with the same two lines:
		  This is the first line
			plus this is the second line
			
		Then it should match:
 	  	This is the first line
			plus this is the second line
			
			# And here is another comment

Version data entries

29 entries across 29 versions & 8 rubygems

Version Path
rspec-1.1.5 stories/stories/multiline_steps.story
rspec-1.1.8 stories/stories/multiline_steps.story
rspec-1.1.9 stories/stories/multiline_steps.story
spree-0.4.1 vendor/plugins/rspec/stories/stories/multiline_steps.story
spree-0.4.0 vendor/plugins/rspec/stories/stories/multiline_steps.story
spree-0.5.0 vendor/plugins/rspec/stories/stories/multiline_steps.story
spree-0.5.1 vendor/plugins/rspec/stories/stories/multiline_steps.story
typo-5.1.98 vendor/plugins/rspec/stories/stories/multiline_steps.story
typo-5.2 vendor/plugins/rspec/stories/stories/multiline_steps.story