diff options
Diffstat (limited to 'features/step_definitions/mastermind.rb')
| -rw-r--r-- | features/step_definitions/mastermind.rb | 2 |
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) |
