Sha256: 4ead8532da2d5b9d80a956ccb6132a7c3cd687f4fc68cae9cf6e4b5aad33c96d
Contents?: true
Size: 369 Bytes
Versions: 119
Compression:
Stored size: 369 Bytes
Contents
#!/usr/bin/env ruby gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f >= 1.9 ENV['RSPEC'] = 'true' # allows autotest to discover rspec ENV['AUTOTEST'] = 'true' # allows autotest to run w/ color on linux system((RUBY_PLATFORM =~ /mswin|mingw/ ? 'autotest.bat' : 'autotest'), *ARGV) || $stderr.puts("Unable to find autotest. Please install ZenTest or fix your PATH")
Version data entries
119 entries across 119 versions & 29 rubygems