public
Description: The code that runs webjam.com.au
Homepage: http://webjam.com.au
Clone URL: git://github.com/webjam/webjam.git
lstoll (author)
Sat Oct 17 19:20:59 -0700 2009
commit  8761004628e382bbe07dd65d37fef5f0aa1a0246
tree    0866288b5e4a03d3d472c1bd4894fd2953a1d6ba
parent  f1307f5663391ca3e7679c1bc6ccbe29edeb7859
webjam / features / presentations.feature
100644 20 lines (15 sloc) 0.592 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Feature: Viewing event presentations
 
  In order to relive the moments
  I should be able to view the presentations for an event
  
  Scenario: viewing an event's presentations page
    Given I am not logged in
    When I view an events presentations page
    Then I am redirected to the event
 
  Scenario: view an event presentation page
    Given I am not logged in
    When I view an event presentation page
    Then I see the page
    
  Scenario: view a mobile event presentation page
    Given I am not logged in
    When I view a mobile event presentation page
    Then I see the page