summaryrefslogtreecommitdiffstats
path: root/features/support/helpers
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 01:19:14 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:00 +0100
commit6a4f66e94a15948e90ae0583f8f4c3814ce58f3b (patch)
tree2c232b0e51db194492e652113df6145faf71e49b /features/support/helpers
parentdf5ba847892f305daa05bb4496d7caf522d8f533 (diff)
downloadjenkins.debian.net-6a4f66e94a15948e90ae0583f8f4c3814ce58f3b.tar.xz
lvc: set RUBYLIB and adopt features accordingly
Diffstat (limited to 'features/support/helpers')
-rw-r--r--features/support/helpers/sikuli_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/helpers/sikuli_helper.rb b/features/support/helpers/sikuli_helper.rb
index f6211be7..12f49603 100644
--- a/features/support/helpers/sikuli_helper.rb
+++ b/features/support/helpers/sikuli_helper.rb
@@ -124,7 +124,7 @@ def sikuli_script_proxy.new(*args)
end
# Configure sikuli
-java.lang.System.setProperty("SIKULI_IMAGE_PATH", "#{Dir.pwd}/features/images/")
+java.lang.System.setProperty("SIKULI_IMAGE_PATH", "features/images/")
# ruby and rjb doesn't play well together when it comes to static
# fields (and possibly methods) so we instantiate and access the field