From ac30fdd588e3a72c3a106a758eb57c4cb5c19364 Mon Sep 17 00:00:00 2001 From: Daniel Alves + Diego Araújo Date: Tue, 2 Apr 2013 15:57:38 -0300 Subject: [PATCH] [Mezuro] Fixed the paths in hooks file. --- features/support/hooks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/support/hooks.rb b/features/support/hooks.rb index 7d5f10e..de2429e 100644 --- a/features/support/hooks.rb +++ b/features/support/hooks.rb @@ -1,12 +1,12 @@ Before do if !$dunit - command = "#{RAILS_ROOT}/plugins/mezuro/script/prepare_kalibro_query_file.sh" + command = "#{RAILS_ROOT}/plugins/mezuro/script/tests/prepare_kalibro_query_file.sh" system command $dunit = true end end After ('@kalibro_restart') do - command = "#{RAILS_ROOT}/plugins/mezuro/script/delete_all_kalibro_entries.sh" + command = "#{RAILS_ROOT}/plugins/mezuro/script/tests/delete_all_kalibro_entries.sh" system command end -- libgit2 0.21.2