Sha256: 5387aa3cf39bf3777d504de02c40ebede7eaad99b21c3c0ffee6b7f9ce618828

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

Feature: Gamer starts Solver

	In order to win multiple Elus games, 
	as Gamer, I want to start Solver
	
	Description: Gamer opens up a shell, types a command, and sees a welcome message and a prompt to input Game state.

	Scenario: start Solver
		Given I have not started yet
		When I start Solver
		Then I should see "Welcome to Elus Solver!"
		And I should see "Enter Game state:"
		

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
elus-0.1.0 features/gamer_starts_solver.feature