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

@@ -20,6 +20,7 @@ end
group :rspec do
guard 'rspec', guard_opts do
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|