Skip to content

Instantly share code, notes, and snippets.

@Alex-Poon
Created November 21, 2012 17:55
Show Gist options
  • Select an option

  • Save Alex-Poon/4126477 to your computer and use it in GitHub Desktop.

Select an option

Save Alex-Poon/4126477 to your computer and use it in GitHub Desktop.
features/subscription:101
When I fill in the subscription forms with valid data
And I should see "Enter your credit card details to start exploring films."
And I should see "By clicking Subscribe, you authorize us to continue your month-to-month Fandor subscription (currently $10.00 a month) automatically, charged monthly to the payment method provided, untill you cancel."
Correct (emphasis added):
When I fill in the subscription forms with valid data
***Then*** I should see "Enter your credit card details to start exploring films."
And I should see "By clicking Subscribe, you authorize us to continue your month-to-month Fandor subscription (currently $10.00 a month) automatically, charged monthly to the payment method provided, untill you cancel."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment