spec/spec_helper.rb in grape-0.2.2 vs spec/spec_helper.rb in grape-0.2.3
- old
+ new
@@ -1,9 +1,9 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'support'))
-$stdout = StringIO.new
+# $stdout = StringIO.new
require 'grape'
require 'rubygems'
require 'bundler'