Skip to content

Instantly share code, notes, and snippets.

View Alex-Poon's full-sized avatar

axp Alex-Poon

  • facebook
View GitHub Profile
require 'rubygems'
require 'mechanize'
FIRST_NAME = 'FIRST_NAME'
LAST_NAME = 'LAST_NAME'
PHONE = 'PHONE'
EMAIL = 'EMAIL@provider.com'
PARTY_SIZE = 2
SCHEDULE_RANGE = { :start_time => '19:00', :end_time => '20:30' }
@Alex-Poon
Alex-Poon / gist:4126477
Created November 21, 2012 17:55
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."