summaryrefslogtreecommitdiff
path: root/test/soap/marshal/test_digraph.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/marshal/test_digraph.rb')
-rw-r--r--test/soap/marshal/test_digraph.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/soap/marshal/test_digraph.rb b/test/soap/marshal/test_digraph.rb
index 93f555ffc1..2e79589dc4 100644
--- a/test/soap/marshal/test_digraph.rb
+++ b/test/soap/marshal/test_digraph.rb
@@ -1,6 +1,11 @@
require 'test/unit'
require 'soap/marshal'
+
+module SOAP
+module Marshal
+
+
class Node; include SOAP::Marshallable
attr_reader :first, :second, :str
@@ -43,3 +48,7 @@ class TestDigraph < Test::Unit::TestCase
end
end
end
+
+
+end
+end