次の機能を rspec でどのように記述しますか?
機能: サインイン; ユーザーとしてサイトを利用するために、サインインできるようにしたい
Scenario: Signing in via confirmation Given there are the following users: |email |password| |user@example.com |password| And "user@example.com" opens the mail with subject "Confirmation instructions" And they click the first link in the email Then I should see "Your account was successfully confirmed" And I should see "Signed in as user@example.com"