diff options
Diffstat (limited to 'test/dummy/config/spring.rb')
-rw-r--r-- | test/dummy/config/spring.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/dummy/config/spring.rb b/test/dummy/config/spring.rb deleted file mode 100644 index c9119b4..0000000 --- a/test/dummy/config/spring.rb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | %w( | ||
2 | .ruby-version | ||
3 | .rbenv-vars | ||
4 | tmp/restart.txt | ||
5 | tmp/caching-dev.txt | ||
6 | ).each { |path| Spring.watch(path) } | ||