Displaying 2 results from an estimated 2 matches for "codebreaker_starts_gam".
Did you mean:
codebreaker_starts_game
2009 Apr 26
9
Problems running features with Textmate Cucumber bundle
...that I decided to also try out the Textmate bundle
for Cucumber. I decided to use Ben Mabey''s fork on github since it
seems to be the most evolved.
When I try to run a feature with cmd-R, instead of actually running I
see something like:
Running: cucumber
/Users/rick/mastermind/features/codebreaker_starts_game.feature --format=html
false
Cucumber runs fine from bash.
Am I missing some setup?
--
Rick DeNatale
Blog: http://talklikeaduck.denhaven2.com/
Twitter: http://twitter.com/RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenata...
2009 Jul 06
3
Rspec book issue (mastermind example)
.... Here''s the output
I''m getting...
______________________________________________________
cucumber features
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 # features/
codebreaker_starts_game.feature:7
Given I am not yet playing # features/
step_definitions/mastermind.rb:3
When I start a new game # features/
step_definitions/mastermind.rb:7
Then the game should say "Welcome to Mastermind!" # features/
codebreaker_st...