aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/dummy/config/spring.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/test/dummy/config/spring.rb')
-rw-r--r--activestorage/test/dummy/config/spring.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/activestorage/test/dummy/config/spring.rb b/activestorage/test/dummy/config/spring.rb
new file mode 100644
index 0000000000..c9119b40c0
--- /dev/null
+++ b/activestorage/test/dummy/config/spring.rb
@@ -0,0 +1,6 @@
+%w(
+ .ruby-version
+ .rbenv-vars
+ tmp/restart.txt
+ tmp/caching-dev.txt
+).each { |path| Spring.watch(path) }