Sha256: 9704d6b6c68638dde9d8e3c15021c3c7a65efbb5c45e5f2dfb096ccfad1880ea

Contents?: true

Size: 245 Bytes

Versions: 6

Compression:

Stored size: 245 Bytes

Contents

Given /^I have the following reporters:$/ do |table|
  @options[:reporters] = []

  table.hashes.each do |hash|
    reporter = [ hash['Name'] ]
    reporter << hash['File'] if !hash['File'].empty?

    @options[:reporters] << reporter
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jasmine-headless-webkit-firstbanco-0.9.0.rc.5 features/steps/given/options/i_have_reporters.rb
jasmine-headless-webkit-firstbanco-0.9.0.rc.4 features/steps/given/options/i_have_reporters.rb
jasmine-headless-webkit-firstbanco-0.9.0.rc.3 features/steps/given/options/i_have_reporters.rb
jasmine-headless-webkit-firstbanco-0.9.0.rc.2 features/steps/given/options/i_have_reporters.rb
jasmine-headless-webkit-0.9.0.rc.2 features/steps/given/options/i_have_reporters.rb
jasmine-headless-webkit-0.9.0.rc1 features/steps/given/options/i_have_reporters.rb