Commit ac30fdd588e3a72c3a106a758eb57c4cb5c19364
Committed by
Diego Camarinha
1 parent
7f41264d
Exists in
master
and in
29 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 | Before do | 1 | Before do |
2 | if !$dunit | 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 | system command | 4 | system command |
5 | $dunit = true | 5 | $dunit = true |
6 | end | 6 | end |
7 | end | 7 | end |
8 | 8 | ||
9 | After ('@kalibro_restart') do | 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 | system command | 11 | system command |
12 | end | 12 | end |