# frozen_string_literal: true

guard :shell do
  watch(/\.rb$/) { `rake` }
end
