Sha256: 1fa1439a59f863f1e8a07ff55130d9d2de8f1b4213d9b170573c4122d3bf82ec
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
#!/usr/bin/env ruby 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
Version data entries
7 entries across 7 versions & 1 rubygems