From 3246dff34dad81a72a1e20595c283b90c2bc092d Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 22 Jan 2014 20:04:59 +0000 Subject: [PATCH] watch spec_helper.rb --- Guardfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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|