aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rspec-1.3.1/bin/autospec
blob: 82a314f151963a68372da3092f35794b35c1c888 (plain)
1
2
3
4
#!/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