mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing require "active_support/concern"
This commit is contained in:
parent
d7f48c9c39
commit
b36c3956d6
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue