aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/dummy/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/test/dummy/config/environment.rb')
-rw-r--r--activestorage/test/dummy/config/environment.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activestorage/test/dummy/config/environment.rb b/activestorage/test/dummy/config/environment.rb
new file mode 100644
index 0000000000..7df99e89c6
--- /dev/null
+++ b/activestorage/test/dummy/config/environment.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+# Load the Rails application.
+require_relative "application"
+
+# Initialize the Rails application.
+Rails.application.initialize!