From afb6a2c08d9598c8e7b9037444619ed7809ed052 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Wed, 20 May 2015 21:14:33 +0200 Subject: Avoid E constant clashing with Minitest defined version. Minitest sets an E constant to an empty string to save GC time. This clashes with autoloading tests which define an E constant. --- activesupport/test/autoloading_fixtures/d.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 activesupport/test/autoloading_fixtures/d.rb (limited to 'activesupport/test/autoloading_fixtures/d.rb') diff --git a/activesupport/test/autoloading_fixtures/d.rb b/activesupport/test/autoloading_fixtures/d.rb new file mode 100644 index 0000000000..45c794d4ca --- /dev/null +++ b/activesupport/test/autoloading_fixtures/d.rb @@ -0,0 +1,2 @@ +class D +end \ No newline at end of file -- cgit v1.2.3