# frozen_string_literal: true

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