lib/guard/preek.rb in guard-preek-0.0.1 vs lib/guard/preek.rb in guard-preek-0.0.2
- old
+ new
@@ -11,9 +11,10 @@
end
def run_all
dir = options[:run_all_dir]
raise_dir_missing unless dir
+ UI.info %(Running Preek on '#{dir}'. Wait for it...!)
Runner.new(dir).perform
end
private
def raise_dir_missing