Sha256: 8164d5e5f90c74a31aac9cf209f2103aeffea0598c73efce4f7c319a6e7d6987
Contents?: true
Size: 214 Bytes
Versions: 9
Compression:
Stored size: 214 Bytes
Contents
Given /^test files:$/ do |table| Pathname.new("tmp/aruba").mkpath table.raw.collect { |row| $test_data + row[0] }.each do |path| $stderr.puts "staging #{path}" system("cp #{path} tmp/aruba/") end end
Version data entries
9 entries across 9 versions & 1 rubygems