This is giving me an error:

When /?:(log|sign)?:(i|o)n success message/ do
 Then "welcome message"
end


I could be wrong, but I believe you're looking for this instead?
When /(?:log|sign)(?:i|o)n success message/ do

hope that helps,
timg
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to