Sha256: 9f2565a78f4ba9a2438f3bcec6b8b5d1ab2709f5585a5539c09970b262c87891
Contents?: true
Size: 395 Bytes
Versions: 83
Compression:
Stored size: 395 Bytes
Contents
#!/usr/bin/env bash top_level=$(git rev-parse --show-toplevel) acceptance_test_base="$top_level/acceptance/tests/base" find $acceptance_test_base -type f -name '*.rb' | grep -v host_test.rb | awk 'BEGIN { comma_index = 1 } { if (comma_index == 1) { comma_string = $0 } else { comma_string = comma_string "," $0 } comma_index = comma_index + 1 } END { print comma_string }'
Version data entries
83 entries across 83 versions & 1 rubygems