6 lines
167 B
Ruby
6 lines
167 B
Ruby
|
Then /^I should get the following reporters:$/ do |table|
|
||
|
# table is a Cucumber::Ast::Table
|
||
|
pending # express the regexp above with the code you wish you had
|
||
|
end
|
||
|
|