Skip to content

Instantly share code, notes, and snippets.

@hoornet
Created February 23, 2009 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoornet/68907 to your computer and use it in GitHub Desktop.
Save hoornet/68907 to your computer and use it in GitHub Desktop.
Missing 'a' letters after rake features in Cucumber on winXP
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
E:\SOURCE\RAILS\BDD\todolist>rake features
(in E:/SOURCE/RAILS/BDD/todolist)
´╗┐ # fetures/tsklist.feture
Feture: Tsks
In order to keep trck of tsks
People should be ble to
Crete list of tsks
Scenrio: List Tsks # fetures/tsklist.feture:7
Given tht I hve creted tsk "tsk 1" # fetures/tsklist.feture:8
When I go to the tsks pge # fetures/step_definitions/webrt_st
eps.rb:6
Then I should see "tsk 1" # fetures/step_definitions/webrt_s
teps.rb:89
1 scenrio
2 steps skipped
1 step pending (1 with no step definition)
You cn use these snippets to implement pending steps which hve no step definitio
n:
Given /^tht I hve creted tsk "tsk 1"$/ do
end
E:\SOURCE\RAILS\BDD\todolist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment