master/spec/guard
Rémy Coutable 1831bf752f Guard no more automatically convert String into Regexp in "watch" method patterns.
It allows to define:

watch("foo_bar.rb") without meaning /foo_bar.rb/ (where "foo_bar_rb.rb" would have been matched)

However, during the deprecation phase, strings that look like a regexes (e.g. "^foo_bar.rb", "foo_bar.rb$", "foo_.*bar.rb" or "foo_(bar|baz).rb" are converted automatically to Regexp and a *very annoying* deprecation message is displayed.
2010-12-16 01:22:42 +01:00
..
listeners Kept listener running in thread even when guards plugin are also running. 2010-11-30 21:15:03 +01:00
dsl_spec.rb Avoid using actual fixture files, instead mock Guardfile content (this way we can directly see tested Guardfile content in the specs. 2010-10-30 22:42:17 +02:00
listener_spec.rb Kept listener running in thread even when guards plugin are also running. 2010-11-30 21:15:03 +01:00
notifier_spec.rb notifier spec work on linux 2010-10-22 02:23:59 +08:00
watcher_spec.rb Guard no more automatically convert String into Regexp in "watch" method patterns. 2010-12-16 01:22:42 +01:00