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