diaspora_federation/config/spring.rb
Benjamin Neff 1dfe57ea7e
Add frozen_string_literal to all files
and remove redundant freezes
2019-10-21 03:11:12 +02:00

8 lines
206 B
Ruby

# frozen_string_literal: true
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/")