watch spec_helper.rb

This commit is contained in:
Adam Spiers 2014-01-22 20:04:59 +00:00
parent 241ac02271
commit 3246dff34d

View File

@ -19,7 +19,8 @@ end
group :rspec do
guard 'rspec', guard_opts do
startup_guards { all_specs }
startup_guards { all_specs }
watch(%r{^spec_helper\.rb$}) { all_specs }
watch(%r{^helpers/(.+)\.rb$}) { all_specs }
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^(libraries|providers)/(.+)\.rb$}) do |m|