aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/config/spring.rb
diff options
context:
space:
mode:
authorDino Maric <dino.onex@gmail.com>2017-07-27 22:15:38 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-27 15:15:38 -0500
commite64e3f14fd255d91ac0aa7a272741df08da82701 (patch)
tree1fccbf0786ae9f981eae1b8cb736856b50479c23 /test/dummy/config/spring.rb
parent293db49b7f5969d11d5599f97bd968dbe64c7f8b (diff)
downloadrails-e64e3f14fd255d91ac0aa7a272741df08da82701.tar.gz
rails-e64e3f14fd255d91ac0aa7a272741df08da82701.tar.bz2
rails-e64e3f14fd255d91ac0aa7a272741df08da82701.zip
Introduce the Dummy. (#70)
Diffstat (limited to 'test/dummy/config/spring.rb')
-rw-r--r--test/dummy/config/spring.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/dummy/config/spring.rb b/test/dummy/config/spring.rb
new file mode 100644
index 0000000000..c9119b40c0
--- /dev/null
+++ b/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) }