master/spec
Mislav Marohnić 17a654b171 refactor get_guard_class to first try the constant and fallback to require
This enables defining inline guard handlers to override ones present in gems,
e.g. you could define an inline Guard::RSpec handler and have guard use that
instead of first trying to load 'guard/rspec' from the 'guard-rspec' gem.

Also gets rid of the ill-named method `try_to_load_gem`. Handlers are simply
found in the $LOAD_PATH and don't have to necessarily come from gems.
2011-06-07 15:42:45 +02:00
..
fixtures/folder1 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
guard add additional spec to test string-only guard group names 2011-06-01 15:00:01 -04:00
support Merge pull request #64 from stereobooster/master 2011-05-28 08:32:45 -07:00
guard_spec.rb refactor get_guard_class to first try the constant and fallback to require 2011-06-07 15:42:45 +02:00
spec_helper.rb Refactorized notifier enabling/disabling 2011-05-10 21:22:25 +02:00