aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rspec-1.3.1/bin/autospec
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-03-12 13:05:19 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-03-12 13:05:19 +0000
commit37bff4c0154b57b35a3194a9b31a9422496b955b (patch)
tree61592a6bb9d1d9fea378a6e4efa8fdf7d5525b8a /vendor/gems/rspec-1.3.1/bin/autospec
parent8b49dc894066e452232cabd09333895487f86986 (diff)
parent8acea24f98268fbb9b73b66b9e98a1788a3b30ac (diff)
Merge branch 'merged-bundler' into develop
Diffstat (limited to 'vendor/gems/rspec-1.3.1/bin/autospec')
-rwxr-xr-xvendor/gems/rspec-1.3.1/bin/autospec4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/gems/rspec-1.3.1/bin/autospec b/vendor/gems/rspec-1.3.1/bin/autospec
deleted file mode 100755
index 82a314f15..000000000
--- a/vendor/gems/rspec-1.3.1/bin/autospec
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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 \ No newline at end of file