guard-jasmine-headless-webkit/features/step_definitions/then/i_should_get_reporters.rb

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