summaryrefslogtreecommitdiff
path: root/features/step_definitions/mastermind.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2009-05-28 13:07:10 -0600
committermo khan <mo@mokhan.ca>2009-05-28 13:07:10 -0600
commite1afbc888054063cb471affdd2b0ff02f423b8ef (patch)
tree3a3840637e88992740bd132342deaa910c0259eb /features/step_definitions/mastermind.rb
parent1b3e97664a6fe0af00cb0aef406ebba8de69f7c9 (diff)
made it up to page 88main
Diffstat (limited to 'features/step_definitions/mastermind.rb')
-rw-r--r--features/step_definitions/mastermind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/mastermind.rb b/features/step_definitions/mastermind.rb
index 680a2b6..91ec22b 100644
--- a/features/step_definitions/mastermind.rb
+++ b/features/step_definitions/mastermind.rb
@@ -4,7 +4,7 @@ def messenger
end
def game
- @game = ||= Mastermind::Game.new(messenger)
+ @game ||= Mastermind::Game.new(messenger)
end
def messages_should_include(message)