gregwebs / quicktest

Utility for inlining unit tests with the code under test.

This URL has Read+Write access

quicktest / bin / quickspec
100755 4 lines (3 sloc) 0.144 kb
1
2
3
4
#! /usr/bin/env ruby
puts `spec -r #{File.dirname(File.dirname(File.expand_path(__FILE__)))}/lib/quicktest #{ARGV.join ' '}`
exit $?.exitstatus