Sha256: 945be5c22b22c87ec908bb5da21d7017d90fa70f23f9ed6f4e0d3b447718cd67
Contents?: true
Size: 269 Bytes
Versions: 21
Compression:
Stored size: 269 Bytes
Contents
#!/usr/bin/env ruby # Script used to have one way to run single tests in any project, # in this case we need to work around test unit a bit. # Test unit does not support line numbers :( file = ARGV.first.split(":").first system("bundle exec ruby #{file}") || exit(1)
Version data entries
21 entries across 21 versions & 1 rubygems