Displaying 1 result from an estimated 1 matches for "secondary_email".
2008 Mar 28
2
Wrong story step running
...e" with username "$username" of type $user_type
and status $user_state in organisation "$organisation_name"'' do |name,
username, user_type, user_state, organisation_name|
# ...
end
Given ''a user called "$name" with secondary email "$secondary_email" of
type $user_type and status $user_state in organisation "$organisation_name"''
do |name, secondary_email, user_type, user_state, organisation_name|
# ...
end
When I run a story containing these step calls:
And a user called "Mr Kameron Friesen" of ty...