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

6 lines
167 B
Ruby
Raw Normal View History

2012-01-10 22:14:46 +00:00
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