Sha256: 26fba9ee90b2a8061b40055471bcb3bdbd756954f396909eb75498ceb86f2768

Contents?: true

Size: 1.29 KB

Versions: 37

Compression:

Stored size: 1.29 KB

Contents

Feature: Sign up
  In order to get access to protected sections of the site
  A user
  Should be able to sign up

  Background:
    Given a plan exists with a name of "Free"

  Scenario: User sees signup terms
    When I go to the plans page
    Then I should see "Free"
    And I should see "Upgrade or Downgrade Anytime"
    And I there should be a link to the help site
    When I follow "Free"
    Then I should see "By clicking Sign up you agree to our Terms of Service"

  Scenario: User signs up with invalid data
    When I go to the sign up page for the "Free" plan
    Then I should see "Free"
    And I fill in "Email" with "invalidemail"
    And I fill in "Password" with "password"
    And I fill in "Confirm password" with ""
    And I should not see "Billing Information"
    And I press "Sign up"
    Then the form should have inline error messages

  Scenario: User signs up with valid data
    When I go to the list of plans page
    And I follow "Free"
    And I fill in "Email" with "email@person.com"
    And I fill in "Password" with "password"
    And I fill in "Confirm password" with "password"
    And I fill in "Your name" with "Robot"
    And I fill in "Company Name" with "Robots, Inc"
    And I fill in "Keyword" with "robotsinc"
    And I press "Sign up"
    Then I should see "created"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
saucy-0.5.1 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.5.0 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.10 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.9 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.2.28.1 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.8 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.7 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.6 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.5 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.4 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.3 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.2 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.1 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.3.4.1 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.4.0 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.3.4 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.3.3 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.3.2 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.3.1 lib/generators/saucy/features/templates/features/sign_up.feature
saucy-0.3.0 lib/generators/saucy/features/templates/features/sign_up.feature