require 'spec/interop/test' so you can run specs w/ the ruby command

This commit is contained in:
David Chelimsky 2008-10-06 06:52:36 -05:00 committed by Bryan Helmkamp
parent 7ff69b02e4
commit c536b422df
2 changed files with 1 additions and 0 deletions

View File

View File

@ -1,5 +1,6 @@
require "rubygems"
require "spec"
require "spec/interop/test"
# gem install redgreen for colored test output
begin require "redgreen" unless ENV['TM_CURRENT_LINE']; rescue LoadError; end