Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • guard-org/guard
1 result
Show changes
Commits on Source (2)
Loading
Loading
@@ -3,7 +3,7 @@
 
## Uncomment and set this to only include directories you want to watch
# directories %w(app lib config test spec features) \
# .select{|d| Dir.exists?(d) ? d : UI.warning("Directory #{d} does not exist")}
# .select{|d| Dir.exist?(d) ? d : UI.warning("Directory #{d} does not exist")}
 
## Note: if you are using the `directories` clause above and you are not
## watching the project directory ('.'), then you will want to move
Loading
Loading