lib/soaspec/test_server/test_attribute.rb in soaspec-0.2.32 vs lib/soaspec/test_server/test_attribute.rb in soaspec-0.2.33
- old
+ new
@@ -1,14 +1,14 @@
-# frozen_string_literal: true
-
-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
+# frozen_string_literal: true
+
+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