diff --git a/Guardfile b/Guardfile index 45cbf98..8b4bb5b 100644 --- a/Guardfile +++ b/Guardfile @@ -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|