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 / about.feature
100644 15 lines (11 sloc) 0.423 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Feature: Viewing the about page
 
  In order to read all about Webjam
  I should be able to visit the about page
  
  Scenario: about page with past events from an iphone
    Given there is a past event
    When I view the mobile about page
    Then I see the page
 
  Scenario: about page with upcoming events from an iphone
    Given there is an upcoming event
    When I view the mobile about page
    Then I see the page