count |
---|
888 |
./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/failing_background.feature:5:in `Given failing without a table':in `flunker' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/failing_background.feature:5:in `Given failing without a table':in `/^failing without a table$/' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/failing_background.feature:5:in `Given failing without a table':in `Given failing without a table'
0def flunker
1 raise "FAIL"
2end
./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/failing_background.feature:5:in `Given failing without a table':in `flunker' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/failing_background.feature:5:in `Given failing without a table':in `/^failing without a table$/' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/failing_background.feature:5:in `Given failing without a table':in `Given failing without a table'
0def flunker
1 raise "FAIL"
2end
./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:37:in `/^'(.+)' global cukes$/' features/background/failing_background_after_success.feature:5:in `And '10' global cukes':in `flunker' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:37:in `/^'(.+)' global cukes$/' features/background/failing_background_after_success.feature:5:in `And '10' global cukes':in `/^'(.+)' global cukes$/' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:37:in `/^'(.+)' global cukes$/' features/background/failing_background_after_success.feature:5:in `And '10' global cukes':in `And '10' global cukes'
0def flunker
1 raise "FAIL"
2end
a | b |
c | d |
I'm a cucumber and I'm okay. I sleep all night and I test all day
a | b |
c | d |
I'm a cucumber and I'm okay. I sleep all night and I test all day
a | b |
c | d |
I'm a cucumber and I'm okay. I sleep all night and I test all day
Given /^pending$/ do pending # express the regexp above with the code you wish you had end
./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/scenario_outline_failing_background.feature:4:in `Given failing without a table':in `flunker' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/scenario_outline_failing_background.feature:4:in `Given failing without a table':in `/^failing without a table$/' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/scenario_outline_failing_background.feature:4:in `Given failing without a table':in `Given failing without a table'
0def flunker
1 raise "FAIL"
2end
count |
---|
10 |
FAIL ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/background/scenario_outline_failing_background.feature:4:in `Given failing without a table' |
count |
---|
10 |
count |
---|
10 |
count |
---|
10 |
./features/step_definitions/sample_steps.rb:20:in `/^a step definition that calls an undefined step$/' features/call_undefined_step_from_step_def.feature:4:in `Given a step definition that calls an undefined step':in `/^a step definition that calls an undefined step$/' ./features/step_definitions/sample_steps.rb:20:in `/^a step definition that calls an undefined step$/' features/call_undefined_step_from_step_def.feature:4:in `Given a step definition that calls an undefined step':in `Given a step definition that calls an undefined step'
18
19Given /^a step definition that calls an undefined step$/ do
20 Given 'this does not exist'
21end
Given /^$/ do pending # express the regexp above with the code you wish you had end
./features/step_definitions/sample_steps.rb:20:in `/^a step definition that calls an undefined step$/' features/call_undefined_step_from_step_def.feature:7:in `Given call step "a step definition that calls an undefined step"':in `/^a step definition that calls an undefined step$/' ./features/step_definitions/sample_steps.rb:20:in `/^a step definition that calls an undefined step$/' features/call_undefined_step_from_step_def.feature:7:in `Given call step "a step definition that calls an undefined step"':in `Given call step "a step definition that calls an undefined step"'
18
19Given /^a step definition that calls an undefined step$/ do
20 Given 'this does not exist'
21end
Given /^$/ do pending # express the regexp above with the code you wish you had end
./features/step_definitions/sample_steps.rb:63:in `/^failing expectation$/' features/failing_expectation.feature:4:in `Given failing expectation':in `/^failing expectation$/' ./features/step_definitions/sample_steps.rb:63:in `/^failing expectation$/' features/failing_expectation.feature:4:in `Given failing expectation':in `Given failing expectation'
61
62Given /^failing expectation$/ do
63 'this'.should == 'that'
64end
Given /^it snows in Sahara$/ do pending # express the regexp above with the code you wish you had end
Given /^it's 40 degrees in Norway$/ do pending # express the regexp above with the code you wish you had end
Given /^it's 40 degrees in Norway$/ do pending # express the regexp above with the code you wish you had end
When /^I stop procrastinating$/ do pending # express the regexp above with the code you wish you had end
When /^there is world peace$/ do pending # express the regexp above with the code you wish you had end
state |
---|
passing |
state |
---|
passing |
state | other_state |
---|---|
missing | passing |
passing | passing |
failing | passing |
FAIL ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/outline_sample.feature:6:in `Given |
state | other_state |
---|---|
passing | passing |
# Feature comment@one
Given /^missing$/ do pending # express the regexp above with the code you wish you had end
# Scenario comment@three
a | b |
c | d |
hello
./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:9:in `/^failing$/' features/sample.feature:18:in `Given failing':in `flunker' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:9:in `/^failing$/' features/sample.feature:18:in `Given failing':in `/^failing$/' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:9:in `/^failing$/' features/sample.feature:18:in `Given failing':in `Given failing'
0def flunker
1 raise "FAIL"
2end
./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/search_sample.feature:10:in `Given failing without a table':in `flunker' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/search_sample.feature:10:in `Given failing without a table':in `/^failing without a table$/' ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/search_sample.feature:10:in `Given failing without a table':in `Given failing without a table'
0def flunker
1 raise "FAIL"
2end
state |
---|
failing |
FAIL ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/search_sample.feature:13:in `Given |
state |
---|
passing |
state |
---|
passing |
state |
---|
failing |
FAIL ./features/step_definitions/sample_steps.rb:2:in `flunker' ./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/' features/search_sample.feature:25:in `Given |
state |
---|
missing |
./features/step_definitions/sample_steps.rb:28:in `/^'(.+)' cukes$/' features/tons_of_cukes.feature:5:in `Given '2' cukes':in `/^'(.+)' cukes$/' ./features/step_definitions/sample_steps.rb:28:in `/^'(.+)' cukes$/' features/tons_of_cukes.feature:5:in `Given '2' cukes':in `Given '2' cukes'
26
27Given /^'(.+)' cukes$/ do |cukes|
28 raise "We already have #{@cukes} cukes!" if @cukes
29 @cukes = cukes
30end
example
Given /^a pystring$/ do |string| pending # express the regexp above with the code you wish you had end
table |
example |
Given /^a table$/ do |table| # table is a Cucumber::Ast::Table pending # express the regexp above with the code you wish you had end