Created
February 23, 2009 11:02
-
-
Save hoornet/68907 to your computer and use it in GitHub Desktop.
Missing 'a' letters after rake features in Cucumber on winXP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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