This will allow guard to watch something like lib/task/foo.rake and automatically run spec/lib/tasks/foo_spec.rb which is the standard locations for these in Rails
Coverage decreased (-0.06%) to 98.236% when pulling fd2f61d1a7741f59cc0aa8b49654b1b5ad7b9eab on agrberg:ar/add_standard_rails_rake_task_watcher into ce8f1d0275137843736bda3361c1996457f6433f on guard:master.
Coverage decreased (-0.06%) to 98.236% when pulling fd2f61d1a7741f59cc0aa8b49654b1b5ad7b9eab on agrberg:ar/add_standard_rails_rake_task_watcher into ce8f1d0275137843736bda3361c1996457f6433f on guard:master.
This will allow guard to watch something like
lib/task/foo.rake
and automatically runspec/lib/tasks/foo_spec.rb
which is the standard locations for these in Rails