lib/soaspec/exchange_handlers/soap_handler.rb in soaspec-0.0.31 vs lib/soaspec/exchange_handlers/soap_handler.rb in soaspec-0.0.32
- old
+ new
@@ -77,14 +77,9 @@
@default_hash = {}
@request_option = :hash
super
end
- def name(name)
- @test_name = name
- self
- end
-
# Used in together with Exchange request that passes such override parameters
def make_request(override_parameters)
test_values = override_parameters # Used in Erb
# Erb parses template file, executing Ruby code in `<% %>` blocks to work out final request
test_values = test_values.transform_keys_to_symbols if Soaspec::Environment.always_use_keys?
\ No newline at end of file