aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/modules_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/cases/modules_test.rb')
-rw-r--r--activerecord/test/cases/modules_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/modules_test.rb b/activerecord/test/cases/modules_test.rb
index cced0bb895..4686aad44e 100644
--- a/activerecord/test/cases/modules_test.rb
+++ b/activerecord/test/cases/modules_test.rb
@@ -1,5 +1,5 @@
require 'abstract_unit'
-require 'fixtures/company_in_module'
+require 'models/company_in_module'
class ModulesTest < ActiveSupport::TestCase
fixtures :accounts, :companies, :projects, :developers