rake cucumber C:/Ruby192/bin/ruby -S bundle exec cucumber --profile default *** WARNING: You must use ANSICON 1.31 or higher (http://adoxa.110mb.com/ansicon) to get coloured output on Windows Using the default profile... # encoding: utf-8 # language: en Feature: User registration users import Background: # features/user_create.feature:6 i`am not registered user Scenario Outline: User registration # features/user_create.feature:9 Given I have entered # features/user_create.feature:10 And I press registration # features/user_create.feature:11 Then registration success # features/user_create.feature:12 Examples: | login | password | email | | sometest | gsgjhswef | snhhg@gmail.com | Undefined step: "I have entered sometest gsgjhswef snhhg@gmail.com" (Cucumber::Undefined) features/user_create.feature:10:in `Given I have entered ' | avbfaefw | ajewawjbf | awejgsg@ajhf.com | Undefined step: "I have entered avbfaefw ajewawjbf awejgsg@ajhf.com" (Cucumber::Undefined) features/user_create.feature:10:in `Given I have entered ' 2 scenarios (2 undefined) 6 steps (6 undefined) 0m4.029s You can implement step definitions for undefined steps with these snippets: Given /^I have entered sometest gsgjhswef snhhg@gmail\.com$/ do pending # express the regexp above with the code you wish you had end Given /^I press registration$/ do pending # express the regexp above with the code you wish you had end Then /^registration success$/ do pending # express the regexp above with the code you wish you had end Given /^I have entered avbfaefw ajewawjbf awejgsg@ajhf\.com$/ do pending # express the regexp above with the code you wish you had end rake aborted! Command failed with status (1): [C:/Ruby192/bin/ruby -S bundle exec cucumbe...] C:/Ruby192/lib/ruby/1.9.1/rake.rb:993:in `block in sh' C:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in `call' C:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in `sh' C:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:in `sh' C:/Ruby192/lib/ruby/gems/1.9.1/gems/cucumber-1.1.3/lib/cucumber/rake/task.rb:104:in `run' C:/Ruby192/lib/ruby/gems/1.9.1/gems/cucumber-1.1.3/lib/cucumber/rake/task.rb:193:in `block in define_task' C:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in `call' C:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in `block in execute' C:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in `each' C:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in `execute' C:/Ruby192/lib/ruby/1.9.1/rake.rb:595:in `block in invoke_with_call_chain' C:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize' C:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain' C:/Ruby192/lib/ruby/1.9.1/rake.rb:605:in `block in invoke_prerequisites' C:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in `each' C:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in `invoke_prerequisites' C:/Ruby192/lib/ruby/1.9.1/rake.rb:594:in `block in invoke_with_call_chain' C:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize' C:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain' C:/Ruby192/lib/ruby/1.9.1/rake.rb:581:in `invoke' C:/Ruby192/lib/ruby/1.9.1/rake.rb:2041:in `invoke_task' C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `block (2 levels) in top_level' C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `each' C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `block in top_level' C:/Ruby192/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling' C:/Ruby192/lib/ruby/1.9.1/rake.rb:2013:in `top_level' C:/Ruby192/lib/ruby/1.9.1/rake.rb:1992:in `run' C:/Ruby192/bin/rake:31:in `
'