Commit 315afa5

mo khan <mo@mokhan.ca>
2009-05-26 20:14:41
starting the first step
1 parent 64c4fc8
features/step_definitions/.mastermind.rb.swp
Binary file
features/step_definitions/mastermind.rb
@@ -0,0 +1,4 @@
+# mastermind.rb
+
+Given /^I am not yet playing$/ do
+end
features/codebreaker_starts_game.feature
@@ -0,0 +1,9 @@
+Feature: code-breaker starts game
+	As a code-breaker
+	I want to start a game
+	So that I can break the code
+	Scenario: start game
+		Given I am not yet playing
+		When I start a new game
+		Then the game should say "Welcome to Mastermind!"
+		And the game should say "Enter guess:"