ddfreyne/d-stream

View on GitHub
Guardfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

guard 'rake', task: 'default' do
  watch(%r{^(lib|spec)/})
end