lib/soaspec/test_server/test_attribute.rb in soaspec-0.0.87 vs lib/soaspec/test_server/test_attribute.rb in soaspec-0.0.88
- old
+ new
@@ -1,13 +1,13 @@
-
-module Soaspec
- module TestServer
- # Helps tests attribute methods
- class TestAttribute
- class << self
- def note
- File.read(File.join(File.dirname(__FILE__), 'note.xml'))
- end
- end
- end
- end
-end
+
+module Soaspec
+ module TestServer
+ # Helps tests attribute methods
+ class TestAttribute
+ class << self
+ def note
+ File.read(File.join(File.dirname(__FILE__), 'note.xml'))
+ end
+ end
+ end
+ end
+end