diff options
| author | Gibheer <gibheer@gmail.com> | 2013-01-09 20:09:40 +0100 | 
|---|---|---|
| committer | Gibheer <gibheer@gmail.com> | 2013-01-09 20:09:40 +0100 | 
| commit | 029781bbdaf7cd277d108df60d27c69407fad377 (patch) | |
| tree | d5943b2a49ab5fe98c35f1cc2bd06240a2be1929 /Guardfile | |
| parent | ae0b32a58f01a111505198dd282b314e914c531a (diff) | |
guard should now be able to find the correct specs
Diffstat (limited to 'Guardfile')
| -rw-r--r-- | Guardfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ end  guard 'rspec' do    watch(%r{^spec/.+_spec\.rb$}) -  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" } +  watch(%r{^lib/(.+)\.rb$})  { |m| "spec/unit/#{m[1]}/" }    watch('spec/spec_helper.rb')  { "spec" }  end | 
