Commit ac30fdd588e3a72c3a106a758eb57c4cb5c19364
Committed by
Diego Camarinha
1 parent
7f41264d
Exists in
staging
and in
42 other branches
[Mezuro] Fixed the paths in hooks file.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/support/hooks.rb
| 1 | 1 | Before do |
| 2 | 2 | if !$dunit |
| 3 | - command = "#{RAILS_ROOT}/plugins/mezuro/script/prepare_kalibro_query_file.sh" | |
| 3 | + command = "#{RAILS_ROOT}/plugins/mezuro/script/tests/prepare_kalibro_query_file.sh" | |
| 4 | 4 | system command |
| 5 | 5 | $dunit = true |
| 6 | 6 | end |
| 7 | 7 | end |
| 8 | 8 | |
| 9 | 9 | After ('@kalibro_restart') do |
| 10 | - command = "#{RAILS_ROOT}/plugins/mezuro/script/delete_all_kalibro_entries.sh" | |
| 10 | + command = "#{RAILS_ROOT}/plugins/mezuro/script/tests/delete_all_kalibro_entries.sh" | |
| 11 | 11 | system command |
| 12 | 12 | end | ... | ... |