summaryrefslogtreecommitdiff
path: root/test/csv
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv')
-rw-r--r--test/csv/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csv/base.rb b/test/csv/base.rb
index c0f5bd990b..1f83bab4a9 100644
--- a/test/csv/base.rb
+++ b/test/csv/base.rb
@@ -15,6 +15,6 @@ class TestCSV < Test::Unit::TestCase
end
def self.with_diffrent_ofs
- Class.new(self).class_eval {include DifferentOFS}
+ const_set(:DifferentOFS, Class.new(self).class_eval {include DifferentOFS}).name
end
end