Sha256: c040dbea86ff595c4cc5d788566c3151c4f6f7378d97dfe9a88950c03278d7bf

Contents?: true

Size: 525 Bytes

Versions: 61

Compression:

Stored size: 525 Bytes

Contents

Story: Show the game field
    As a game player
    I want to see the field
    so that I can observe the progress of the organisms

Scenario: an empty field
  Given a new game starts
  When the game displays the field
  Then the field should be empty





StoryBuilder story = stories.createStory().called("a story")
	.asA("person")
	.iWant("to do something")
	.soThat("I can rule the world");
story.addScenario().called("happy path").as()
	.given("some context")
	.when("some event happens")
	.then("expect some outcome");

Version data entries

61 entries across 61 versions & 11 rubygems

Version Path
typo-5.2 vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.txt