From a41f624e65e22cb93cb6042402507b30f00605a7 Mon Sep 17 00:00:00 2001 From: Neil Matatall Date: Mon, 18 Feb 2013 07:54:34 -0800 Subject: [PATCH] wip --- Guardfile | 2 +- fixtures/rails_3_2_12/Guardfile | 2 +- fixtures/rails_3_2_12_no_init/Guardfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Guardfile b/Guardfile index 3998394..7ce5674 100644 --- a/Guardfile +++ b/Guardfile @@ -1,4 +1,4 @@ -guard 'spork', :rspec_env => { 'RAILS_ENV' => 'test' } do +guard 'spork', :aggressive_kill => false do watch('spec/spec_helper.rb') { :rspec } end diff --git a/fixtures/rails_3_2_12/Guardfile b/fixtures/rails_3_2_12/Guardfile index 2fa63d3..093b3ad 100644 --- a/fixtures/rails_3_2_12/Guardfile +++ b/fixtures/rails_3_2_12/Guardfile @@ -1,4 +1,4 @@ -guard 'spork', :rspec_port => 1234, :rspec_env => { 'RAILS_ENV' => 'test' } do +guard 'spork', :rspec_port => 1234, :aggressive_kill => false do watch('spec/spec_helper.rb') { :rspec } end diff --git a/fixtures/rails_3_2_12_no_init/Guardfile b/fixtures/rails_3_2_12_no_init/Guardfile index fda53d4..82863bd 100644 --- a/fixtures/rails_3_2_12_no_init/Guardfile +++ b/fixtures/rails_3_2_12_no_init/Guardfile @@ -1,4 +1,4 @@ -guard 'spork', :rspec_port => 1235, :rspec_env => { 'RAILS_ENV' => 'test' } do +guard 'spork', :rspec_port => 1235, :aggressive_kill => false do watch('spec/spec_helper.rb') { :rspec } end