Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はpaths.rbにパスを持っています:
when /the page for CA/ '/CA-area-code'
しかし、機能ステップで正規表現から値を取得するように、パスの一部を正規表現したいと思います。そのようです:
when /the Phone SEO page for (.*)/ '/#{foo}-area-code'
when /the Phone SEO page for (.*)/ '/#{$1}-area-code'
それをする必要があります。