Sha256: 3ca55762c0a4b88187eb045dd1e8c584a8ba8c385142e325754e300da0311bd1

Contents?: true

Size: 217 Bytes

Versions: 6

Compression:

Stored size: 217 Bytes

Contents

Then /^the following files should be loaded in order:$/ do |table|
  files = table.raw.flatten

  @output.lines.collect(&:strip).each do |line|
    files.shift if line[files.first]
  end

  files.should be_empty
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jasmine-headless-webkit-firstbanco-0.9.0.rc.5 features/steps/then/bin/following_files_loaded_in_order.rb
jasmine-headless-webkit-firstbanco-0.9.0.rc.4 features/steps/then/bin/following_files_loaded_in_order.rb
jasmine-headless-webkit-firstbanco-0.9.0.rc.3 features/steps/then/bin/following_files_loaded_in_order.rb
jasmine-headless-webkit-firstbanco-0.9.0.rc.2 features/steps/then/bin/following_files_loaded_in_order.rb
jasmine-headless-webkit-0.9.0.rc.2 features/steps/then/bin/following_files_loaded_in_order.rb
jasmine-headless-webkit-0.9.0.rc1 features/steps/then/bin/following_files_loaded_in_order.rb