diaspora_federation/config/spring.rb
2015-07-03 01:13:59 +02:00

6 lines
175 B
Ruby

Spring.application_root = "./test/dummy"
root_path = Pathname.new(File.expand_path("."))
Spring.watcher = Spring::Watcher::Listen.new(root_path, 0.2)
Spring.watch("./lib/")