aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2018-10-20 14:35:03 +0900
committerAkira Matsuda <ronnie@dio.jp>2018-10-30 10:17:09 +0900
commitb36c3956d6764d981fec4890b8d6371ad474facd (patch)
treea6f7eb40089d8fbff58930635a5e595059094259 /activesupport
parentd7f48c9c39befaf23ccd63e0248a3bd5bf295ee5 (diff)
downloadrails-b36c3956d6764d981fec4890b8d6371ad474facd.tar.gz
rails-b36c3956d6764d981fec4890b8d6371ad474facd.tar.bz2
rails-b36c3956d6764d981fec4890b8d6371ad474facd.zip
Missing require "active_support/concern"
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/testing/file_fixtures.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/testing/file_fixtures.rb b/activesupport/lib/active_support/testing/file_fixtures.rb
index ad923d1aab..4eb7a88576 100644
--- a/activesupport/lib/active_support/testing/file_fixtures.rb
+++ b/activesupport/lib/active_support/testing/file_fixtures.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require "active_support/concern"
+
module ActiveSupport
module Testing
# Adds simple access to sample files called file fixtures.