SmartCasual / jingle-jam

Jingle Jam donation and bundle site
Other
21 stars 6 forks source link

Provide shorter URLs for curated streamers #188

Closed elliotcm closed 2 years ago

elliotcm commented 2 years ago
  Scenario: Curated streamers get shorter URLs                                                          # features/streaming/curated_streamers.feature:26
    Given a curated streamer                                                                            # features/step_definitions/curated_streamer_steps.rb:1
    But no active fundraisers                                                                           # features/step_definitions/fundraiser_steps.rb:9
    When a donator goes to the curated streamer's shorter URL                                           # features/step_definitions/curated_streamer_steps.rb:94
    Then the donator should be informed that there are no active fundraisers                            # features/step_definitions/curated_streamer_steps.rb:102
    Given one active fundraiser                                                                         # features/step_definitions/fundraiser_steps.rb:1
    When a donator goes to the curated streamer's shorter URL                                           # features/step_definitions/curated_streamer_steps.rb:94
    Then the donator should be redirected to the curated streamer's page for the active fundraiser      # features/step_definitions/curated_streamer_steps.rb:98
    Given a second active fundraiser                                                                    # features/step_definitions/fundraiser_steps.rb:5
    When a donator goes to the curated streamer's shorter URL                                           # features/step_definitions/curated_streamer_steps.rb:94
    Then the donator should be offered links to the curated streamer's page for both active fundraisers # features/step_definitions/curated_streamer_steps.rb:106

1 scenario (1 passed)

Closes https://github.com/SmartCasual/jingle-jam/issues/168