sytze2000

Results 2 comments of sytze2000

Hmm. the to_s method does not work with a string "0123" (it becomes "123")

This seems to work: # Add this step Transform /^text "[^"]_"$/ do |step_arg| /text "([^"]_)"/.match(step_arg)[1] end # And Change api_step to: Then /^my XML response should have "([^"]_)" with the...