Sha256: 4c71a4cb10616a2a890f9ab6e9caf05dec34bae75ec2033f0c6175c335026443
Contents?: true
Size: 182 Bytes
Versions: 12
Compression:
Stored size: 182 Bytes
Contents
#!/usr/bin/env ruby require 'respec' app = Respec::App.new(*ARGV) if app.help_only? STDERR.puts app.help else STDERR.puts "++ #{app.command.join(' ')}" exec *app.command end
Version data entries
12 entries across 12 versions & 1 rubygems