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/a/c/e/f.rb | 2 -- activesupport/test/autoloading_fixtures/a/c/em/f.rb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 activesupport/test/autoloading_fixtures/a/c/e/f.rb create mode 100644 activesupport/test/autoloading_fixtures/a/c/em/f.rb (limited to 'activesupport/test/autoloading_fixtures/a/c') diff --git a/activesupport/test/autoloading_fixtures/a/c/e/f.rb b/activesupport/test/autoloading_fixtures/a/c/e/f.rb deleted file mode 100644 index 57dba5a307..0000000000 --- a/activesupport/test/autoloading_fixtures/a/c/e/f.rb +++ /dev/null @@ -1,2 +0,0 @@ -class A::C::E::F -end \ No newline at end of file diff --git a/activesupport/test/autoloading_fixtures/a/c/em/f.rb b/activesupport/test/autoloading_fixtures/a/c/em/f.rb new file mode 100644 index 0000000000..8b28e19148 --- /dev/null +++ b/activesupport/test/autoloading_fixtures/a/c/em/f.rb @@ -0,0 +1,2 @@ +class A::C::EM::F +end \ No newline at end of file -- cgit v1.2.3