lib/soaspec/test_server/test_attribute.rb in soaspec-0.2.24 vs lib/soaspec/test_server/test_attribute.rb in soaspec-0.2.25
- old
+ new
@@ -1,12 +1,12 @@
-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