1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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