summaryrefslogtreecommitdiff
path: root/test/soap/helloworld/test_helloworld.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/helloworld/test_helloworld.rb')
-rw-r--r--test/soap/helloworld/test_helloworld.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/soap/helloworld/test_helloworld.rb b/test/soap/helloworld/test_helloworld.rb
index 9f6ed275ef..cd78d9fa0b 100644
--- a/test/soap/helloworld/test_helloworld.rb
+++ b/test/soap/helloworld/test_helloworld.rb
@@ -1,10 +1,6 @@
require 'test/unit'
require 'soap/rpc/driver'
-
-dir = File.dirname(File.expand_path(__FILE__))
-$:.push(dir)
require 'hw_s.rb'
-$:.delete(dir)
module SOAP