lib/soaspec/exchange.rb in soaspec-0.0.11 vs lib/soaspec/exchange.rb in soaspec-0.0.12
- old
+ new
@@ -16,9 +16,10 @@
# Name describing this class when used with `RSpec.describe`
# This will make the request and store the response
# @return [String] Name given when initializing
def to_s
+ Soaspec::SpecLogger.add_to 'Example ' + @test_name
@response = make_request
@test_name
end
# Elements a shared 'success scenario' is expected to have
\ No newline at end of file