remove extra require for 'stringio' as it is required in helper.rb

This commit is contained in:
Vishnu Atrai
2011-07-31 18:05:05 +05:30
committed by Xavier Noria
parent 076afd0e22
commit 665a89ed4f

View File

@@ -1,5 +1,4 @@
require "cases/helper"
require 'stringio'
class SchemaDumperTest < ActiveRecord::TestCase