This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
master
Watch
1
Star
0
Fork
0
You've already forked master
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c749a311c3
master
/
spec
/
guard
History
Scott Parrish
c749a311c3
slight changes to specs
2011-05-06 21:38:53 -06:00
..
listeners
slight changes to specs
2011-05-06 21:38:53 -06:00
dsl_spec.rb
Guard::Dsl changed massively. overall strategy was to decouple to evaluate_guardfile into "getting the data" and "using the data" parts. this provides the ability to pass a string that contains the contents of a guardfile, or to pass a filename for a guardfile as well as reading the default loc for a guardfile.
2011-05-06 20:53:34 -06:00
interactor_spec.rb
Fixed Interactor spec
2011-05-06 21:14:39 +02:00
listener_spec.rb
Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!).
2011-04-16 23:13:29 +02:00
notifier_spec.rb
Guard::Dsl changed massively. overall strategy was to decouple to evaluate_guardfile into "getting the data" and "using the data" parts. this provides the ability to pass a string that contains the contents of a guardfile, or to pass a filename for a guardfile as well as reading the default loc for a guardfile.
2011-05-06 20:53:34 -06:00
watcher_spec.rb
Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!).
2011-04-16 23:13:29 +02:00