class Soaspec::TestServer::TestNamespace

Helps tests attribute methods

Public Class Methods

food() click to toggle source
# File lib/soaspec/test_server/test_namespace.rb, line 8
def food
  File.read(File.join(File.dirname(__FILE__), 'namespace.xml'))
end