ioquatix/financier

View on GitHub
example/Guardfile

Summary

Maintainability
Test Coverage

group :development do
    guard :falcon, port: 9292 do
        watch('Gemfile.lock')
        watch('config.ru')
        watch(%r{^config/.*})
        
        notification :off
    end
end