A
aidy
Hi,
All I want it to read this YAML as a ruby hash and place into the
below methods. Could someone help?
test: tiscali
url: http://tiscali3-test.vizumi.com/
register:
first_name: aidy
surname: smith
email: '(e-mail address removed)'
password: password
registration: KJHDF123
tiscali= SmokeTest.new("Tiscali", "http://tiscali3-test.vizumi.com/")
tiscali.register('aidy', 'smith, '(e-mail address removed)',
'password', 'KJHDF123')
Aidy
All I want it to read this YAML as a ruby hash and place into the
below methods. Could someone help?
test: tiscali
url: http://tiscali3-test.vizumi.com/
register:
first_name: aidy
surname: smith
email: '(e-mail address removed)'
password: password
registration: KJHDF123
tiscali= SmokeTest.new("Tiscali", "http://tiscali3-test.vizumi.com/")
tiscali.register('aidy', 'smith, '(e-mail address removed)',
'password', 'KJHDF123')
Aidy