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

Version Path
serum-rails-0.2.1 spec/test_apps/rails-2-3/script/autospec
serum-rails-0.2.0 spec/test_apps/rails-2-3/script/autospec
serum-rails-0.1.1 spec/test_app/script/autospec
serum-rails-0.1.0 spec/test_app/script/autospec
bakedweb-model_notifier-0.2.0 test_rails_app/script/autospec
cavalle-rspec-rails-1.2.2.0.1 generators/rspec/templates/script/autospec
cavalle-rspec-rails-1.2.2.0.2 generators/rspec/templates/script/autospec
cavalle-rspec-rails-1.2.3.1 generators/rspec/templates/script/autospec
cavalle-rspec-rails-1.2.4.0.1 generators/rspec/templates/script/autospec
fizx-collapsed_routes-1.0.2 spec/app/script/autospec
fizx-collapsed_routes-1.1.0 spec/app/script/autospec
fizx-collapsed_routes-1.2.0 spec/app/script/autospec
fizx-collapsed_routes-1.3.0 spec/app/script/autospec
jeffp-enumerated_attribute-0.2.0.2 spec/rails/script/autospec
jeffp-enumerated_attribute-0.2.1 spec/rails/script/autospec
jeffp-enumerated_attribute-0.2.2 spec/rails/script/autospec
jeffp-enumerated_attribute-0.2.3 spec/rails/script/autospec
yhara-moneyrail-0.0.2 script/autospec
errplane-0.4.3 spec/rails2/script/autospec
errplane-0.4.2 spec/rails2/script/autospec