Class: Soaspec::TestServer::TestNamespace

Inherits:
Object
  • Object
show all
Defined in:
lib/soaspec/test_server/test_namespace.rb

Overview

Helps tests attribute methods

Class Method Summary collapse

Class Method Details

.foodObject



8
9
10
# File 'lib/soaspec/test_server/test_namespace.rb', line 8

def food
  File.read(File.join(File.dirname(__FILE__), 'namespace.xml'))
end