dchelimsky / rspec

Behaviour Driven Development framework for Ruby

This URL has Read+Write access

rspec / bin / autospec
100755 5 lines (4 sloc) 0.179 kb
1
2
3
4
5
#!/usr/bin/env ruby
ENV['RSPEC'] = 'true' # allows autotest to discover rspec
ENV['AUTOTEST'] = 'true' # allows autotest to run w/ color on windows
system("autotest", *ARGV)