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