lib/soaspec/test_server/test_attribute.rb in soaspec-0.1.0 vs lib/soaspec/test_server/test_attribute.rb in soaspec-0.1.1

- 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